ide.h 389 B

123456789101112131415161718192021222324
  1. /*
  2. * linux/include/asm-sh/ide.h
  3. *
  4. * Copyright (C) 1994-1996 Linus Torvalds & authors
  5. */
  6. /*
  7. * This file contains the i386 architecture specific IDE code.
  8. * In future, SuperH code.
  9. */
  10. #ifndef __ASM_SH_IDE_H
  11. #define __ASM_SH_IDE_H
  12. #ifdef __KERNEL__
  13. #define ide_default_io_ctl(base) (0)
  14. #include <asm-generic/ide_iops.h>
  15. #endif /* __KERNEL__ */
  16. #endif /* __ASM_SH_IDE_H */