Home
last modified time | relevance | path

Searched defs:cbfs_header (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcbfs.h34 struct cbfs_header { struct
35 u32 magic;
36 u32 version;
37 u32 rom_size;
38 u32 boot_block_size;
39 u32 align;
40 u32 offset;
41 u32 pad[2];
/OK3568_Linux_fs/u-boot/fs/cbfs/
H A Dcbfs.c38 static struct cbfs_header cbfs_header; variable