Rev 4463 | Rev 4518 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4463 | Rev 4509 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | 32 | ||
| 33 | #ifndef VFS_VFS_H_ |
33 | #ifndef VFS_VFS_H_ |
| 34 | #define VFS_VFS_H_ |
34 | #define VFS_VFS_H_ |
| 35 | 35 | ||
| 36 | #include <ipc/ipc.h> |
36 | #include <ipc/ipc.h> |
| 37 | #include <libadt/list.h> |
37 | #include <adt/list.h> |
| 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 <devmap.h> |
41 | #include <devmap.h> |
| 42 | #include <bool.h> |
42 | #include <bool.h> |