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-espd_4510b / hardware.h
blobd85d6120c7ab13a80d063da3d6f0cb150a88432c
1 /*
2 * linux/include/asm-armnommu/arch-espd_4510b/hardware.h
4 * Copyright (c) 2004 Cucy Systems (http://www.cucy.com)
5 * Curt Brune <curt@cucy.com>
7 * Copyright (C) 2003 SAMSUNG ELECTRONICS
8 * Hyok S. Choi (hyok.choi@samsung.com)
11 #ifndef __ASM_ARCH_HARDWARE_H
12 #define __ASM_ARCH_HARDWARE_H
14 #include <asm/sizes.h>
15 #include <asm/arch/s3c4510b.h>
17 #ifndef __ASSEMBLY__
19 #define HARD_RESET_NOW()
21 /* the machine dependent bootmem reserve and free routines */
22 #define MACH_RESERVE_BOOTMEM()
23 #define MACH_FREE_BOOTMEM()
25 /* yes, freeing initmem is okay */
26 #define DO_FREE_INITMEM() (1)
28 #endif
30 #endif /* END OF __ASM_ARCH_HARDWARE_H */