Changeset efd4a72 in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2007-12-16T16:25:26Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c82d28
- Parents:
- 74303b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r74303b6 refd4a72 35 35 36 36 #include <ipc/ipc.h> 37 #include <libfs.h> 37 38 #include <atomic.h> 38 39 #include <sys/types.h> … … 134 135 } __attribute__ ((packed)) fat_dentry_t; 135 136 136 extern uint8_t *plb_ro;137 extern fs_reg_t fat_reg; 137 138 138 139 extern void fat_lookup(ipc_callid_t, ipc_call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.