diff options
| author | Max Maisel <max.maisel@posteo.de> | 2018-03-01 17:28:40 +0100 |
|---|---|---|
| committer | Max Maisel <max.maisel@posteo.de> | 2018-03-01 17:57:50 +0100 |
| commit | fa7ef73d810310ca42d361d337aeb5fea87c3ae4 (patch) | |
| tree | f1870e719789f105abaabec155be7c97d0674a4e /include | |
| parent | bc9b9b57b60cf85fc159c264e5faab6f6263a062 (diff) | |
ext4_mbr: Added "disk_id" parameter to MBR creation function
Diffstat (limited to 'include')
| -rw-r--r-- | include/ext4_mbr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ext4_mbr.h b/include/ext4_mbr.h index e9c5f75..97a4459 100644 --- a/include/ext4_mbr.h +++ b/include/ext4_mbr.h @@ -60,7 +60,7 @@ struct ext4_mbr_parts { uint8_t division[4]; }; -int ext4_mbr_write(struct ext4_blockdev *parent, struct ext4_mbr_parts *parts); +int ext4_mbr_write(struct ext4_blockdev *parent, struct ext4_mbr_parts *parts, uint32_t disk_id); #ifdef __cplusplus } |
