Rev 2821 | Rev 3109 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2821 | Rev 3079 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | #include <futex.h> |
38 | #include <futex.h> |
| 39 | #include <rwlock.h> |
39 | #include <rwlock.h> |
| 40 | #include <sys/types.h> |
40 | #include <sys/types.h> |
| 41 | #include <bool.h> |
41 | #include <bool.h> |
| 42 | 42 | ||
| - | 43 | // FIXME: according to CONFIG_DEBUG |
|
| 43 | #define dprintf(...) printf(__VA_ARGS__) |
44 | // #define dprintf(...) printf(__VA_ARGS__) |
| - | 45 | ||
| - | 46 | #define dprintf(...) |
|
| 44 | 47 | ||
| 45 | #define VFS_FIRST IPC_FIRST_USER_METHOD |
48 | #define VFS_FIRST IPC_FIRST_USER_METHOD |
| 46 | 49 | ||
| 47 | #define IPC_METHOD_TO_VFS_OP(m) ((m) - VFS_FIRST) |
50 | #define IPC_METHOD_TO_VFS_OP(m) ((m) - VFS_FIRST) |
| 48 | 51 | ||