Subversion Repositories HelenOS

Rev

Rev 2527 | Rev 2535 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2527 Rev 2529
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
 
38
 
38
#define VFS_FIRST   FIRST_USER_METHOD
39
#define VFS_FIRST   FIRST_USER_METHOD
39
 
40
 
40
#define IPC_METHOD_TO_VFS_OP(m) ((m) - VFS_FIRST)   
41
#define IPC_METHOD_TO_VFS_OP(m) ((m) - VFS_FIRST)   
41
 
42