diff options
author | Warner Losh <imp@FreeBSD.org> | 2019-12-16 21:52:12 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2019-12-16 21:52:12 +0000 |
commit | 7f5499972e115cafc861ec438cd7237422cd9b7c (patch) | |
tree | eff166c29e302746c6aa22c1df179cafed1014a4 /stand/i386/common | |
parent | 2e1d04ae9bf9fe9814b5dd4289a3c53a950533b5 (diff) | |
download | src-test2-7f5499972e115cafc861ec438cd7237422cd9b7c.tar.gz src-test2-7f5499972e115cafc861ec438cd7237422cd9b7c.zip |
Notes
Diffstat (limited to 'stand/i386/common')
-rw-r--r-- | stand/i386/common/edd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stand/i386/common/edd.h b/stand/i386/common/edd.h index 7d1f45020f9d..9739c45b0f38 100644 --- a/stand/i386/common/edd.h +++ b/stand/i386/common/edd.h @@ -107,4 +107,7 @@ struct edd_params_v4 { #define EDD_DEVICE_PATH_KEY 0xbedd +#define EDD_QUERY_MAGIC 0x55aa +#define EDD_INSTALLED 0xaa55 + #endif /* !_EDD_H_ */ |