Optimize andes_clear_page() and andes_copy_page() with prefetch
[linux-2.6/linux-mips.git] / include / asm-ppc / board.h
blob1476a232a1ecf1e389231ae19b6000b25bb3d5a0
1 /*
3 * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu>
5 * Module name: board.h
7 * Description:
8 * A generic include file which pulls in appropriate include files
9 * for specific board types based on configuration settings.
13 #ifndef __BOARD_H__
14 #define __BOARD_H__
16 #include <linux/config.h>
18 #if defined(CONFIG_OAK)
19 #include <asm/oak.h>
20 #endif
22 #if defined(CONFIG_WALNUT)
23 #include <asm/walnut.h>
24 #endif
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
31 * The "residual" board information structure the boot loader passes
32 * into the kernel.
35 extern unsigned char __res[];
38 #ifdef __cplusplus
40 #endif
42 #endif /* __BOARD_H__ */