rockchip: resource: add comments

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I45434529a44a5e311af1b693c0af56473c770bf9
This commit is contained in:
Joseph Chen 2020-09-07 21:33:42 +08:00 committed by Jianhong Chen
parent 247c5a81b3
commit f870210e35
1 changed files with 2 additions and 2 deletions

View File

@ -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 {