ide.h 291 B

123456789101112131415161718
  1. /*
  2. * Copyright (C) 1994-1996 Linus Torvalds & authors
  3. */
  4. /*
  5. * This file contains the i386 architecture specific IDE code.
  6. */
  7. #ifndef __ASMi386_IDE_H
  8. #define __ASMi386_IDE_H
  9. #ifdef __KERNEL__
  10. #include <asm-generic/ide_iops.h>
  11. #endif /* __KERNEL__ */
  12. #endif /* __ASMi386_IDE_H */