diff options
author | Tom Rini | 2014-05-22 13:42:26 -0400 |
---|---|---|
committer | Tom Rini | 2014-05-22 13:42:26 -0400 |
commit | 8e3812859670fda61b98458864fa9f014fcd3dcc (patch) | |
tree | 059ebfe928823ba398beca7d4bd39da7a28481cc /include/dfu.h | |
parent | c9afa7cea84c9b7346fcd2710577bcc386631aba (diff) | |
parent | c8151b4a5de136ea2c2a0e6e9aec481810ee0460 (diff) |
Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'include/dfu.h')
-rw-r--r-- | include/dfu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dfu.h b/include/dfu.h index 986598e397e..26ffbc8e81d 100644 --- a/include/dfu.h +++ b/include/dfu.h @@ -43,6 +43,9 @@ struct mmc_internal_data { unsigned int lba_size; unsigned int lba_blk_size; + /* eMMC HW partition access */ + int hw_partition; + /* FAT/EXT */ unsigned int dev; unsigned int part; |