Rev 4173 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4173 | Rev 4252 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef KERN_EVENT_H_ |
35 | #ifndef KERN_EVENT_H_ |
36 | #define KERN_EVENT_H_ |
36 | #define KERN_EVENT_H_ |
37 | 37 | ||
38 | #include <event/event_types.h> |
38 | #include <ipc/event_types.h> |
39 | #include <arch/types.h> |
39 | #include <arch/types.h> |
40 | #include <synch/spinlock.h> |
40 | #include <synch/spinlock.h> |
41 | #include <ipc/ipc.h> |
41 | #include <ipc/ipc.h> |
42 | 42 | ||
43 | /** Event notification structure. */ |
43 | /** Event notification structure. */ |