Changeset 90e6025 in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2007-09-28T16:48:16Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0e0476ad
- Parents:
- 12a56fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r12a56fa r90e6025 38 38 #include <atomic.h> 39 39 #include <sys/types.h> 40 #include <bool.h> 40 41 41 42 #define dprintf(...) printf(__VA_ARGS__) 42 43 43 #define VFS_FIRST FIRST_USER_METHOD44 #define VFS_FIRST IPC_FIRST_USER_METHOD 44 45 45 46 #define IPC_METHOD_TO_VFS_OP(m) ((m) - VFS_FIRST)
Note:
See TracChangeset
for help on using the changeset viewer.