CMSIS2000
0.0.7
|
Go to the source code of this file.
Macros | |
#define | bd_t void |
#define | be32_to_cpu(x) __builtin_bswap32(x) |
#define | cpu_to_be32(x) __builtin_bswap32(x) |
#define | IH_ARCH_DEFAULT IH_ARCH_ARM |
#define | phys_size_t flash_addr_t |
#define | ulong unsigned long int |
#define bd_t void |
Definition at line 46 of file uboot_image_format_adapted.h.
Definition at line 49 of file uboot_image_format_adapted.h.
Referenced by memmem_magic_number().
Definition at line 50 of file uboot_image_format_adapted.h.
#define IH_ARCH_DEFAULT IH_ARCH_ARM |
Definition at line 48 of file uboot_image_format_adapted.h.
Referenced by image_check_target_arch(), and uboot_check_image_at_addr().
#define phys_size_t flash_addr_t |
Definition at line 47 of file uboot_image_format_adapted.h.
#define ulong unsigned long int |
Definition at line 45 of file uboot_image_format_adapted.h.
Referenced by image_get_data(), and image_get_image_end().