CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
uboot_image_format_adapted.h File Reference
#include "uboot_file.h"
#include <stdint.h>
#include <stddef.h>
#include "uboot_image_format.h"
Include dependency graph for uboot_image_format_adapted.h:
This graph shows which files directly or indirectly include this file:

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

Macro Definition Documentation

#define bd_t   void

Definition at line 46 of file uboot_image_format_adapted.h.

#define be32_to_cpu (   x)    __builtin_bswap32(x)

Definition at line 49 of file uboot_image_format_adapted.h.

Referenced by memmem_magic_number().

#define cpu_to_be32 (   x)    __builtin_bswap32(x)

Definition at line 50 of file uboot_image_format_adapted.h.

#define IH_ARCH_DEFAULT   IH_ARCH_ARM
#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().