Changeset ed903174 in mainline for uspace/srv/fs/tmpfs/tmpfs.h
- Timestamp:
- 2010-02-10T23:51:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e70edd1
- Parents:
- b32c604f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.h
rb32c604f red903174 29 29 /** @addtogroup fs 30 30 * @{ 31 */ 31 */ 32 32 33 33 #ifndef TMPFS_TMPFS_H_ … … 40 40 #include <bool.h> 41 41 #include <adt/hash_table.h> 42 43 #ifndef dprintf44 #define dprintf(...) printf(__VA_ARGS__)45 #endif46 42 47 43 #define TMPFS_NODE(node) ((node) ? (tmpfs_node_t *)(node)->data : NULL)
Note:
See TracChangeset
for help on using the changeset viewer.