summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@penguin.transmeta.com>2002-10-29 20:05:20 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-10-29 20:05:20 -0800
commit5974c3a1a2e0936f9046d92b8854180746a00205 (patch)
tree3fc22187b8d08385768a9a799440c99797efa0ff /include
parent4445b58eb2f5e5b20d21c4cf440a5b0f91037e3e (diff)
parentfa0900a4851fea6d6687d0265b2c6d8243d335c4 (diff)
Merge http://mdomsch.bkbits.net/linux-2.5-edd-tolinus
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/edd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-i386/edd.h b/include/asm-i386/edd.h
index d59cf602c10d..c8d04c01d39f 100644
--- a/include/asm-i386/edd.h
+++ b/include/asm-i386/edd.h
@@ -36,6 +36,10 @@
#define EDDMAXNR 6 /* number of edd_info structs starting at EDDBUF */
#define EDDEXTSIZE 4 /* change these if you muck with the structures */
#define EDDPARMSIZE 74
+#define CHECKEXTENSIONSPRESENT 0x41
+#define GETDEVICEPARAMETERS 0x48
+#define EDDMAGIC1 0x55AA
+#define EDDMAGIC2 0xAA55
#ifndef __ASSEMBLY__