Changeset 9bdfde73 in mainline for uspace/lib/mbr/libmbr.h
- Timestamp:
- 2013-07-22T16:37:30Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a1a735, 8559fa0, 9256d093
- Parents:
- 52f2c89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/mbr/libmbr.h
r52f2c89 r9bdfde73 204 204 /* Read/Write/Set MBR partitions. 205 205 * NOTE: Writing partitions writes the complete header as well. */ 206 extern int mbr_read_partitions(mbr_label_t *);206 extern int mbr_read_partitions(mbr_label_t *); 207 207 extern int mbr_write_partitions(mbr_label_t *, service_id_t); 208 208 extern mbr_part_t * mbr_alloc_partition(void);
Note:
See TracChangeset
for help on using the changeset viewer.