Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | * Copyright (C) 1994-1996 Linus Torvalds & authors |
3 | */ | ||||
4 | |||||
5 | /* | ||||
6 | * This file contains the i386 architecture specific IDE code. | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef __ASMi386_IDE_H | ||||
10 | #define __ASMi386_IDE_H | ||||
11 | |||||
12 | #ifdef __KERNEL__ | ||||
13 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <asm-generic/ide_iops.h> |
15 | |||||
16 | #endif /* __KERNEL__ */ | ||||
17 | |||||
18 | #endif /* __ASMi386_IDE_H */ |