Changeset d858a660 in mainline for uspace/lib/c/include
- Timestamp:
- 2017-07-04T15:05:43Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c2c7d2
- Parents:
- 2456fd0
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vol.h
r2456fd0 rd858a660 36 36 #include <ipc/common.h> 37 37 38 #define VOL_LABEL_MAXLEN 63 39 38 40 typedef enum { 39 41 VOL_GET_PARTS = IPC_FIRST_USER_METHOD, -
uspace/lib/c/include/types/vol.h
r2456fd0 rd858a660 37 37 38 38 #include <async.h> 39 #include <ipc/vol.h> 39 40 40 41 typedef enum { … … 71 72 /** Filesystem type */ 72 73 vol_fstype_t fstype; 74 /** Volume label */ 75 char label[VOL_LABEL_MAXLEN + 1]; 73 76 } vol_part_info_t; 74 77
Note:
See TracChangeset
for help on using the changeset viewer.