Changeset c544c5d in mainline for uspace/lib/libfs/libfs.c
- Timestamp:
- 2008-08-08T14:31:05Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12fc042
- Parents:
- a61d1fc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libfs/libfs.c
ra61d1fc3 rc544c5d 37 37 #include "libfs.h" 38 38 #include "../../srv/vfs/vfs.h" 39 #include "../../srv/rd/rd.h" 39 40 #include <errno.h> 40 41 #include <async.h> … … 331 332 } 332 333 333 #define RD_BASE 1024 // FIXME334 #define RD_READ_BLOCK (RD_BASE + 1)335 336 334 /** Read data from a block device. 337 335 *
Note:
See TracChangeset
for help on using the changeset viewer.