Changes in uspace/lib/c/include/ipc/vol.h [9c2c7d2:44fe800] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vol.h
r9c2c7d2 r44fe800 36 36 #include <ipc/common.h> 37 37 38 #define VOL_LABEL_MAXLEN 6339 40 38 typedef enum { 41 39 VOL_GET_PARTS = IPC_FIRST_USER_METHOD, … … 43 41 VOL_PART_INFO, 44 42 VOL_PART_EMPTY, 45 VOL_PART_LSUPP, 46 VOL_PART_MKFS, 43 VOL_PART_MKFS 47 44 } vol_request_t; 48 45
Note:
See TracChangeset
for help on using the changeset viewer.