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