#include <cstdint>
Go to the source code of this file.
Classes | |
struct | sparse_header |
struct | chunk_header |
Macros | |
#define | SPARSE_HEADER_MAGIC 0xed26ff3a |
#define | CHUNK_TYPE_RAW 0xCAC1 |
#define | CHUNK_TYPE_FILL 0xCAC2 |
#define | CHUNK_TYPE_DONT_CARE 0xCAC3 |
#define | CHUNK_TYPE_CRC32 0xCAC4 |
Typedefs | |
typedef uint32_t | __le32 |
typedef uint16_t | __le16 |
typedef struct sparse_header | sparse_header_t |
typedef struct chunk_header | chunk_header_t |
#define CHUNK_TYPE_CRC32 0xCAC4 |
#define CHUNK_TYPE_DONT_CARE 0xCAC3 |
#define CHUNK_TYPE_FILL 0xCAC2 |
#define CHUNK_TYPE_RAW 0xCAC1 |
#define SPARSE_HEADER_MAGIC 0xed26ff3a |
typedef uint16_t __le16 |
typedef uint32_t __le32 |
typedef struct chunk_header chunk_header_t |
typedef struct sparse_header sparse_header_t |