Changes in uspace/lib/c/include/event.h [9bf51e64:f9061b4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/event.h
r9bf51e64 rf9061b4 36 36 #define LIBC_EVENT_H_ 37 37 38 #include <abi/ipc/event.h> 39 #include <libarch/types.h> 38 #include <kernel/ipc/event_types.h> 40 39 41 40 extern int event_subscribe(event_type_t, sysarg_t); 42 extern int event_task_subscribe(event_task_type_t, sysarg_t);43 41 extern int event_unmask(event_type_t); 44 extern int event_task_unmask(event_task_type_t);45 42 46 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.