Changeset 9bda5d90 in mainline for uspace/lib/gpt/libgpt.c
- Timestamp:
- 2013-05-03T01:20:11Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 469739f, c9f61150, f6c8fca
- Parents:
- 700f89e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gpt/libgpt.c
r700f89e r9bda5d90 59 59 60 60 /** Allocate memory for gpt header */ 61 gpt_t * gpt_alloc_gpt_header( )61 gpt_t * gpt_alloc_gpt_header(void) 62 62 { 63 63 return malloc(sizeof(gpt_t));
Note:
See TracChangeset
for help on using the changeset viewer.