Changeset 8c95dff in mainline for uspace/app/hdisk/common.h
- Timestamp:
- 2013-11-30T17:49:09Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4a47e52
- Parents:
- 802898f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hdisk/common.h
r802898f r8c95dff 54 54 struct label { 55 55 layouts_t layout; 56 aoff64_t nblocks; 57 service_id_t device; 56 58 union label_data data; 57 59 unsigned int alignment; … … 61 63 int (* new_label) (label_t *); 62 64 int (* print_parts) (label_t *); 63 int (* read_parts) (label_t * , service_id_t);64 int (* write_parts) (label_t * , service_id_t);65 int (* extra_funcs) (label_t *, tinput_t * , service_id_t);65 int (* read_parts) (label_t *); 66 int (* write_parts) (label_t *); 67 int (* extra_funcs) (label_t *, tinput_t *); 66 68 }; 67 69
Note:
See TracChangeset
for help on using the changeset viewer.