Changeset fc840d9 in mainline for uspace/srv/fs/fat/fat.h
- Timestamp:
- 2008-10-27T16:53:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a5cdded
- Parents:
- 04619ba
- File:
-
- 1 edited
-
uspace/srv/fs/fat/fat.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat.h
r04619ba rfc840d9 198 198 } fat_node_t; 199 199 200 /* TODO move somewhere else */201 typedef struct block {202 void *data;203 size_t size;204 bool dirty;205 } block_t;206 207 extern block_t *block_get(dev_handle_t, off_t, size_t);208 extern void block_put(block_t *);209 210 200 extern fs_reg_t fat_reg; 211 201
Note:
See TracChangeset
for help on using the changeset viewer.
