Changeset 94c49fd3 in mainline
- Timestamp:
- 2014-07-29T07:21:46Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c2844735
- Parents:
- c1f26834
- Location:
- uspace/lib/mbr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/mbr/libmbr.c
rc1f26834 r94c49fd3 90 90 mbr_t *mbr_alloc_mbr(void) 91 91 { 92 return malloc(sizeof(mbr_t));92 return (mbr_t *)alloc_br(); 93 93 } 94 94 -
uspace/lib/mbr/libmbr.h
rc1f26834 r94c49fd3 37 37 #define LIBMBR_LIBMBR_H_ 38 38 39 #include <adt/list.h> 40 #include <loc.h> 39 41 #include <sys/types.h> 40 42 #include "mbr.h"
Note:
See TracChangeset
for help on using the changeset viewer.