Changeset 04803bf in mainline for uspace/lib/c/include/event.h
- Timestamp:
- 2011-03-21T22:00:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/event.h
rb50b5af2 r04803bf 37 37 38 38 #include <kernel/ipc/event_types.h> 39 #include <ipc/ipc.h>40 39 41 extern int event_subscribe(event_type_t, ipcarg_t);40 extern int event_subscribe(event_type_t, sysarg_t); 42 41 43 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.