Rev 4173 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4173 | Rev 4253 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef LIBC_EVENT_H_ |
35 | #ifndef LIBC_EVENT_H_ |
| 36 | #define LIBC_EVENT_H_ |
36 | #define LIBC_EVENT_H_ |
| 37 | 37 | ||
| 38 | #include <kernel/event/event_types.h> |
38 | #include <kernel/ipc/event_types.h> |
| 39 | #include <ipc/ipc.h> |
39 | #include <ipc/ipc.h> |
| 40 | 40 | ||
| 41 | extern int event_subscribe(event_type_t, ipcarg_t); |
41 | extern int event_subscribe(event_type_t, ipcarg_t); |
| 42 | 42 | ||
| 43 | #endif |
43 | #endif |