00001 00038 #ifndef BOARD_PHYSMEM_H_INCLUDED 00039 #define BOARD_PHYSMEM_H_INCLUDED 00040 00041 #include <physmem.h> 00042 00043 #ifdef CONFIG_EXTRAM_SDRAM 00044 extern struct physmem_pool board_extram_pool; 00045 #else 00046 # define board_extram_pool cpu_sram_pool 00047 #endif 00048 00049 #endif /* BOARD_PHYSMEM_H_INCLUDED */
1.6.3