Changeset 6c89f20 in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2008-06-03T15:07:16Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 21c5d41
- Parents:
- d51db07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
rd51db07 r6c89f20 41 41 #include <bool.h> 42 42 43 #define dprintf(...) printf(__VA_ARGS__) 43 // FIXME: according to CONFIG_DEBUG 44 // #define dprintf(...) printf(__VA_ARGS__) 45 46 #define dprintf(...) 44 47 45 48 #define VFS_FIRST IPC_FIRST_USER_METHOD
Note:
See TracChangeset
for help on using the changeset viewer.