Changes in uspace/lib/c/include/ipc/vol.h [44fe800:9c2c7d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vol.h
r44fe800 r9c2c7d2 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, … … 41 43 VOL_PART_INFO, 42 44 VOL_PART_EMPTY, 43 VOL_PART_MKFS 45 VOL_PART_LSUPP, 46 VOL_PART_MKFS, 44 47 } vol_request_t; 45 48
Note:
See TracChangeset
for help on using the changeset viewer.