Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-ppc64 / ide.h
blob0aae1c590c0e9d134afc2d34b1c7414eb8bd2a1b
1 /*
2 * linux/include/asm-ppc/ide.h
4 * Copyright (C) 1994-1996 Linus Torvalds & authors
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
13 * This file contains the ppc64 architecture specific IDE code.
16 #ifndef __ASMPPC64_IDE_H
17 #define __ASMPPC64_IDE_H
19 #ifdef __KERNEL__
21 #ifndef MAX_HWIFS
22 # define MAX_HWIFS 10
23 #endif
25 #define IDE_ARCH_OBSOLETE_INIT
26 #define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */
28 #endif /* __KERNEL__ */
30 #endif /* __ASMPPC64_IDE_H */