ide.h 332 B

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