Skip to content

Commit 6d1869f

Browse files
committed
Documentation update about MBRBlockDevice::partition type parameter
1 parent 9a8c9e2 commit 6d1869f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

features/storage/blockdevice/MBRBlockDevice.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ class MBRBlockDevice : public BlockDevice {
5252
*
5353
* @param bd Block device to partition
5454
* @param part Partition to use, 1-4
55-
* @param type 8-bit partition type to identify partition contents
55+
* @param type 8-bit partition type to identify partition contents.
56+
* Refer to https://en.wikipedia.org/wiki/Partition_type#List_of_partition_IDs
5657
* @param start Start block address to map to block 0 of partition.
5758
* Negative addresses are calculated from the end of the
5859
* underlying block devices. Block 0 is implicitly ignored
@@ -66,7 +67,8 @@ class MBRBlockDevice : public BlockDevice {
6667
*
6768
* @param bd Block device to partition
6869
* @param part Partition to use, 1-4
69-
* @param type 8-bit partition type to identify partition contents
70+
* @param type 8-bit partition type to identify partition contents.
71+
* Refer to https://en.wikipedia.org/wiki/Partition_type#List_of_partition_IDs
7072
* @param start Start block address to map to block 0 of partition,
7173
* negative addresses are calculated from the end of the
7274
* underlying block devices. Block 0 is implicitly ignored

0 commit comments

Comments
 (0)