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