Changeset 4b6635a7 in mainline for uspace/lib/c/include/vol.h
- Timestamp:
- 2015-10-12T15:42:23Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- edebb4a1
- Parents:
- 6a0db524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vol.h
r6a0db524 r4b6635a7 40 40 #include <stdint.h> 41 41 #include <types/label.h> 42 #include <types/vol.h> 42 43 43 44 /** Volume service */ … … 46 47 async_sess_t *sess; 47 48 } vol_t; 48 49 typedef enum {50 /** Partition is empty */51 vpc_empty,52 /** Partition contains a recognized filesystem */53 vpc_fs,54 /** Partition contains unrecognized data */55 vpc_unknown56 } vol_part_cnt_t;57 58 /** File system type */59 typedef enum {60 fs_exfat,61 fs_fat,62 fs_minix,63 fs_ext464 } vol_fstype_t;65 49 66 50 /** Partition information */
Note:
See TracChangeset
for help on using the changeset viewer.