Changes in uspace/lib/fs/libfs.h [ffa2c8ef:96b02eb9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fs/libfs.h
rffa2c8ef r96b02eb9 39 39 #include <ipc/vfs.h> 40 40 #include <stdint.h> 41 #include <ipc/ipc.h> 41 42 #include <async.h> 42 43 #include <devmap.h> … … 85 86 typedef struct { 86 87 int fs_handle; /**< File system handle. */ 88 sysarg_t vfs_phonehash; /**< Initial VFS phonehash. */ 87 89 uint8_t *plb_ro; /**< Read-only PLB view. */ 88 90 } fs_reg_t;
Note:
See TracChangeset
for help on using the changeset viewer.