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