MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-s5c7375 / hardware.h
blobf31a43353ea4baa062bcba8c5ccfa4d66abfdb89
1 /*
2 * linux/include/asm-arm/arch-s5c7375/hardware.h
4 * Copyright (C) 2003 SAMSUNG ELECTRONICS
5 * Hyok S. Choi (hyok.choi@samsung.com)
7 */
8 #ifndef __ASM_ARCH_HARDWARE_H
9 #define __ASM_ARCH_HARDWARE_H
11 #include <asm/sizes.h>
12 #include <asm/arch/s5c7375.h>
14 #ifndef __ASSEMBLY__
16 #define HARD_RESET_NOW()
18 /* the machine dependent bootmem reserve and free routines */
19 #define MACH_RESERVE_BOOTMEM() do { \
20 /* we need to keep the section table for mmu */ \
21 reserve_bootmem_node(pgdat, 0x00004000, 0x4000); \
22 } while(0)
24 #define MACH_FREE_BOOTMEM()
26 /* yes, freeing initmem is okay */
27 #define DO_FREE_INITMEM() (0)
29 #endif
31 #endif /* END OF __ASM_ARCH_HARDWARE_H */