diff options
Diffstat (limited to 'include/ext_common.h')
| -rw-r--r-- | include/ext_common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/ext_common.h b/include/ext_common.h index 9b97522c8..ce73857f8 100644 --- a/include/ext_common.h +++ b/include/ext_common.h @@ -186,6 +186,8 @@ struct ext2_data {  	struct ext2fs_node diropen;  }; +extern unsigned long part_offset; +  int do_ext2ls(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);  int do_ext2load(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);  int do_ext4_load(cmd_tbl_t *cmdtp, int flag, int argc, |