Changeset cf13b17 in mainline for uspace/lib/c/include/ipc
- Timestamp:
- 2017-10-11T16:32:00Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b08e98ba
- Parents:
- 2a7749d7
- Location:
- uspace/lib/c/include/ipc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/dev_iface.h
r2a7749d7 rcf13b17 31 31 32 32 #include <malloc.h> 33 #include < sys/types.h>33 #include <types/common.h> 34 34 35 35 typedef enum { -
uspace/lib/c/include/ipc/event.h
r2a7749d7 rcf13b17 37 37 38 38 #include <abi/ipc/event.h> 39 #include < sys/types.h>39 #include <types/common.h> 40 40 41 41 extern int ipc_event_subscribe(event_type_t, sysarg_t); -
uspace/lib/c/include/ipc/irq.h
r2a7749d7 rcf13b17 36 36 #define LIBC_IPC_IRQ_H_ 37 37 38 #include < sys/types.h>38 #include <types/common.h> 39 39 #include <abi/ddi/irq.h> 40 40
Note:
See TracChangeset
for help on using the changeset viewer.