| * linux/include/asm-alpha/ide.h |
| * Copyright (C) 1994-1996 Linus Torvalds & authors |
| * This file contains the alpha architecture specific IDE code. |
| #define IDE_ARCH_OBSOLETE_DEFAULTS |
| static inline int ide_default_irq(unsigned long base) |
| static inline unsigned long ide_default_io_base(int index) |
| #define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */ |
| #define ide_init_default_irq(base) (0) |
| #define ide_init_default_irq(base) ide_default_irq(base) |
| #include <asm-generic/ide_iops.h> |
| #endif /* __ASMalpha_IDE_H */ |