Subversion Repositories HelenOS

Rev

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

Rev 2531 Rev 2541
Line 36... Line 36...
36
#define LIBIPC_IPC_H_
36
#define LIBIPC_IPC_H_
37
 
37
 
38
#include <kernel/ipc/ipc.h>
38
#include <kernel/ipc/ipc.h>
39
#include <kernel/ddi/irq.h>
39
#include <kernel/ddi/irq.h>
40
#include <libc.h>
40
#include <libc.h>
41
#include <types.h>
41
#include <sys/types.h>
42
#include <kernel/synch/synch.h>
42
#include <kernel/synch/synch.h>
43
 
43
 
44
typedef sysarg_t ipcarg_t;
44
typedef sysarg_t ipcarg_t;
45
typedef struct {
45
typedef struct {
46
    ipcarg_t args[IPC_CALL_LEN];
46
    ipcarg_t args[IPC_CALL_LEN];