Changeset 8d2dd7f2 in mainline for uspace/lib/c/include/ipc
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/c/include/ipc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
re48947e r8d2dd7f2 36 36 #define LIBC_IPC_COMMON_H_ 37 37 38 #include <sys/types.h>39 38 #include <abi/ipc/ipc.h> 40 39 #include <atomic.h> -
uspace/lib/c/include/ipc/ipc.h
re48947e r8d2dd7f2 40 40 #define LIBC_IPC_H_ 41 41 42 #include <sys/types.h>43 42 #include <ipc/common.h> 44 43 #include <abi/ipc/methods.h> -
uspace/lib/c/include/ipc/irq.h
re48947e r8d2dd7f2 36 36 #define LIBC_IPC_IRQ_H_ 37 37 38 #include < sys/types.h>38 #include <libarch/types.h> 39 39 #include <abi/ddi/irq.h> 40 40 -
uspace/lib/c/include/ipc/services.h
re48947e r8d2dd7f2 38 38 #define LIBC_SERVICES_H_ 39 39 40 #include <sys/types.h>41 40 #include <abi/fourcc.h> 42 41 -
uspace/lib/c/include/ipc/vfs.h
re48947e r8d2dd7f2 37 37 38 38 #include <ipc/common.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 #include <stdbool.h> 41 41
Note:
See TracChangeset
for help on using the changeset viewer.