Changeset 81b430a in mainline for uspace/lib/libblock/libblock.h
- Timestamp:
- 2009-05-27T19:10:09Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1e48aca1
- Parents:
- ad8fc510
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libblock/libblock.h
rad8fc510 r81b430a 97 97 extern void block_put(block_t *); 98 98 99 extern int block_read(int, off_t *, size_t *, off_t *, void *, size_t, size_t); 99 extern int block_read(dev_handle_t, off_t *, size_t *, off_t *, void *, size_t, 100 size_t); 100 101 101 102 #endif
Note:
See TracChangeset
for help on using the changeset viewer.