diff options
| author | Uma Shankar <[email protected]> | 2012-05-25 21:22:49 +0530 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2012-08-09 23:48:02 +0200 |
| commit | ed34f34dbaf206dfe223f4bc2147d600fe1b0f58 (patch) | |
| tree | 5a0f1c40bb6598e0db9d2e1b0d1b85814348ad8b /include/ext_common.h | |
| parent | a1596438a68921d2c9b1fdec70a720d38c85ca7d (diff) | |
ext4fs write support
Signed-off-by: Uma Shankar <[email protected]>
Signed-off-by: Manjunatha C Achar <[email protected]>
Signed-off-by: Iqbal Shareef <[email protected]>
Signed-off-by: Hakgoo Lee <[email protected]>
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 c90d95b008d..9b97522c853 100644 --- a/include/ext_common.h +++ b/include/ext_common.h @@ -191,6 +191,8 @@ 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, char *const argv[]); int do_ext4_ls(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]); +int do_ext4_write(cmd_tbl_t *cmdtp, int flag, int argc, + char *const argv[]); int do_ext_load(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]); int do_ext_ls(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]); |
