Loading...
/* * * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu> * * Module name: oak.h * * Description: * Macros, definitions, and data structures specific to the IBM PowerPC * 403G{A,B,C,CX} "Oak" evaluation board. Anything specific to the pro- * cessor itself is defined elsewhere. * */ #ifndef __OAK_H__ #define __OAK_H__ #ifdef __cplusplus extern "C" { #endif #define _IO_BASE 0 #define _ISA_MEM_BASE 0 #define PCI_DRAM_OFFSET 0 #ifdef __cplusplus } #endif #endif /* __OAK_H__ */ |