ide.h 937 B

1234567891011121314151617181920212223242526
  1. /****************************************************************************/
  2. /*
  3. * linux/include/asm-h8300/ide.h
  4. *
  5. * Copyright (C) 1994-1996 Linus Torvalds & authors
  6. * Copyright (C) 2001 Lineo Inc., davidm@snapgear.com
  7. * Copyright (C) 2002 Greg Ungerer (gerg@snapgear.com)
  8. * Copyright (C) 2002 Yoshinori Sato (ysato@users.sourceforge.jp)
  9. */
  10. /****************************************************************************/
  11. #ifndef _H8300_IDE_H
  12. #define _H8300_IDE_H
  13. /****************************************************************************/
  14. #ifdef __KERNEL__
  15. /****************************************************************************/
  16. #define MAX_HWIFS 1
  17. #include <asm-generic/ide_iops.h>
  18. /****************************************************************************/
  19. #endif /* __KERNEL__ */
  20. #endif /* _H8300_IDE_H */
  21. /****************************************************************************/