Changeset 700f89e in mainline for uspace/app/hdisk/func_mbr.c
- Timestamp:
- 2013-05-02T00:51:28Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9bda5d90
- Parents:
- 8f6c7785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hdisk/func_mbr.c
r8f6c7785 r700f89e 75 75 76 76 return EOK; 77 } 78 79 int new_mbr_table(tinput_t * in, union table_data * data) 80 { 81 data->mbr.mbr = mbr_alloc_mbr(); 82 data->mbr.parts = mbr_alloc_partitions(); 77 83 } 78 84
Note:
See TracChangeset
for help on using the changeset viewer.