Changeset 8b863a62 in mainline for uspace/lib/block/block.h
- Timestamp:
- 2014-04-16T17:14:06Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f857e8b
- Parents:
- dba3e2c (diff), 70b570c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/block.h
rdba3e2c r8b863a62 29 29 */ 30 30 31 /** @addtogroup libblock 31 /** @addtogroup libblock 32 32 * @{ 33 */ 33 */ 34 34 /** 35 35 * @file … … 41 41 #include <stdint.h> 42 42 #include <async.h> 43 #include "../../srv/vfs/vfs.h"44 43 #include <fibril_synch.h> 45 44 #include <adt/hash_table.h> 46 45 #include <adt/list.h> 46 #include <loc.h> 47 47 48 48 /* … … 50 50 */ 51 51 52 /** 52 /** 53 53 * This macro is a symbolic value for situations where no special flags are 54 54 * needed.
Note:
See TracChangeset
for help on using the changeset viewer.