Rev 4055 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4055 | Rev 4537 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef PROTO_H_ |
35 | #ifndef PROTO_H_ |
| 36 | #define PROTO_H_ |
36 | #define PROTO_H_ |
| 37 | 37 | ||
| 38 | #include <libadt/hash_table.h> |
38 | #include <adt/hash_table.h> |
| 39 | #include <ipc/ipc.h> |
39 | #include <ipc/ipc.h> |
| 40 | #include "trace.h" |
40 | #include "trace.h" |
| 41 | 41 | ||
| 42 | #define OPER_MAX_ARGS (IPC_CALL_LEN - 1) |
42 | #define OPER_MAX_ARGS (IPC_CALL_LEN - 1) |
| 43 | 43 | ||