diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 65dcbcfae162..a1f290d59fb4 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -798,6 +798,9 @@ int generic_ide_ioctl(ide_drive_t *, struct file *, struct block_device *, unsig | |||
798 | #ifndef _IDE_C | 798 | #ifndef _IDE_C |
799 | extern ide_hwif_t ide_hwifs[]; /* master data repository */ | 799 | extern ide_hwif_t ide_hwifs[]; /* master data repository */ |
800 | #endif | 800 | #endif |
801 | extern int ide_noacpi; | ||
802 | extern int ide_acpigtf; | ||
803 | extern int ide_acpionboot; | ||
801 | extern int noautodma; | 804 | extern int noautodma; |
802 | 805 | ||
803 | extern int ide_vlb_clk; | 806 | extern int ide_vlb_clk; |