[BACK]Return to amigahw.h CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / include / asm-ppc

File: [Development] / linux-2.4-xfs / include / asm-ppc / amigahw.h (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#ifdef __KERNEL__
#ifndef __ASMPPC_AMIGAHW_H
#define __ASMPPC_AMIGAHW_H

#include <linux/config.h>
#include <asm-m68k/amigahw.h>

#undef CHIP_PHYSADDR
#ifdef CONFIG_APUS_FAST_EXCEPT
#define CHIP_PHYSADDR      (0x000000)
#else
#define CHIP_PHYSADDR      (0x004000)
#endif


#endif /* __ASMPPC_AMIGAHW_H */
#endif /* __KERNEL__ */