Changeset 9bda5d90 in mainline for uspace/app/hdisk/func_none.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/app/hdisk/func_none.c
r700f89e r9bda5d90 34 34 35 35 36 #include <loc.h> 37 #include <tinput.h> 38 #include <libmbr.h> 36 #include <errno.h> 39 37 40 #include "common.h"41 38 #include "func_none.h" 42 39 43 static void not_implemented( );40 static void not_implemented(void); 44 41 45 42 int add_none_part(tinput_t * in, union table_data * data)
Note:
See TracChangeset
for help on using the changeset viewer.