Signed-off-by: Karel Zak <kzak@redhat.com>
#define BLKID_NVALS_SUBLKS 14
#define BLKID_NVALS_TOPLGY 5
-#define BLKID_NVALS_PARTS 8
+#define BLKID_NVALS_PARTS 10
/* Max number of all values in probing result */
#define BLKID_NVALS (BLKID_NVALS_SUBLKS + \
*
* @PTTYPE: partition table type (dos, gpt, etc.).
*
+ * @PART_ENTRY_SCHEME: partition table type
+ *
* @PART_ENTRY_NAME: partition name (gpt and mac only)
*
* @PART_ENTRY_UUID: partition UUID (gpt only)
*
* @PART_ENTRY_FLAGS: partition flags (e.g. boot_ind) or attributes (e.g. gpt attributes)
*
+ * @PART_ENTRY_NUMBER: partition number
+ *
* Example:
*
* <informalexample>