rockchip: resource: add comments
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I45434529a44a5e311af1b693c0af56473c770bf9
This commit is contained in:
parent
247c5a81b3
commit
f870210e35
|
|
@ -93,8 +93,8 @@ struct resource_entry {
|
|||
char name[MAX_FILE_NAME_LEN];
|
||||
char hash[MAX_HASH_LEN];
|
||||
uint32_t hash_size;
|
||||
uint32_t f_offset;
|
||||
uint32_t f_size;
|
||||
uint32_t f_offset; /* Sector offset */
|
||||
uint32_t f_size; /* Bytes */
|
||||
};
|
||||
|
||||
struct resource_file {
|
||||
|
|
|
|||
Loading…
Reference in New Issue