diff options
Diffstat (limited to 'include/fastboot.h')
-rw-r--r-- | include/fastboot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fastboot.h b/include/fastboot.h index ac6c432..b0bcaef 100644 --- a/include/fastboot.h +++ b/include/fastboot.h @@ -172,6 +172,8 @@ struct fastboot_ptentry { /* Controls the details of how operations are done on the partition See the FASTBOOT_PTENTRY_FLAGS_*'s defined below */ unsigned int flags; + /* partition id: 0 - normal partition; 1 - boot partition */ + unsigned int partition_id; }; struct fastboot_device_info { |