diff options
Diffstat (limited to 'include/asm-powerpc/io.h')
| -rw-r--r-- | include/asm-powerpc/io.h | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/include/asm-powerpc/io.h b/include/asm-powerpc/io.h index 301c9bb308b1..350c9bdb31dc 100644 --- a/include/asm-powerpc/io.h +++ b/include/asm-powerpc/io.h  | |||
| @@ -11,7 +11,12 @@ | |||
| 11 | 11 | ||
| 12 | /* Check of existence of legacy devices */ | 12 | /* Check of existence of legacy devices */ | 
| 13 | extern int check_legacy_ioport(unsigned long base_port); | 13 | extern int check_legacy_ioport(unsigned long base_port); | 
| 14 | #define PNPBIOS_BASE 0xf000 /* only relevant for PReP */ | 14 | #define I8042_DATA_REG 0x60 | 
| 15 | #define FDC_BASE 0x3f0 | ||
| 16 | /* only relevant for PReP */ | ||
| 17 | #define _PIDXR 0x279 | ||
| 18 | #define _PNPWRP 0xa79 | ||
| 19 | #define PNPBIOS_BASE 0xf000 | ||
| 15 | 20 | ||
| 16 | #include <linux/compiler.h> | 21 | #include <linux/compiler.h> | 
| 17 | #include <asm/page.h> | 22 | #include <asm/page.h> | 
