ide.h 1.0 KB

123456789101112131415161718192021222324252627
  1. /****************************************************************************/
  2. /*
  3. * linux/include/asm-blackfin/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. * Copyright (C) 2005 Hennerich Michael (hennerich@blackfin.uclinux.org)
  10. */
  11. /****************************************************************************/
  12. #ifndef _BLACKFIN_IDE_H
  13. #define _BLACKFIN_IDE_H
  14. /****************************************************************************/
  15. #ifdef __KERNEL__
  16. /****************************************************************************/
  17. #define MAX_HWIFS 1
  18. #include <asm-generic/ide_iops.h>
  19. /****************************************************************************/
  20. #endif /* __KERNEL__ */
  21. #endif /* _BLACKFIN_IDE_H */
  22. /****************************************************************************/