Changes in uspace/lib/block/libblock.h [e272949:a6ba0c9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.h
re272949 ra6ba0c9 2 2 * Copyright (c) 2008 Jakub Jermar 3 3 * Copyright (c) 2008 Martin Decky 4 * Copyright (c) 2011 Martin Sucha5 4 * All rights reserved. 6 5 * … … 114 113 extern int block_get_nblocks(devmap_handle_t, aoff64_t *); 115 114 extern int block_read_direct(devmap_handle_t, aoff64_t, size_t, void *); 116 extern int block_read_bytes_direct(devmap_handle_t, aoff64_t, size_t, void *);117 115 extern int block_write_direct(devmap_handle_t, aoff64_t, size_t, const void *); 118 116
Note:
See TracChangeset
for help on using the changeset viewer.