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-s3c3410 / hardware.h
blobc404f65ecf28e67cc033cc99cacfeba5f3b7399e
1 /*
2 * linux/include/asm-arm/arch-s3c3410/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/s3c3410.h>
14 #ifndef __ASSEMBLY__
16 #define HARD_RESET_NOW()
18 /* the machine dependent bootmem reserve and free routines */
19 #define MACH_RESERVE_BOOTMEM()
20 #define MACH_FREE_BOOTMEM()
22 /* yes, freeing initmem is okay */
23 #define DO_FREE_INITMEM() (1)
25 #endif
27 #endif /* END OF __ASM_ARCH_HARDWARE_H */