Changeset 68a2be19 in mainline
- Timestamp:
- 2011-01-28T20:57:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c81703
- Parents:
- e26a4633
- Location:
- uspace/lib/c/include/ipc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/ipc.h
re26a4633 r68a2be19 33 33 */ 34 34 35 #ifndef LIB IPC_IPC_H_36 #define LIB IPC_IPC_H_35 #ifndef LIBC_IPC_H_ 36 #define LIBC_IPC_H_ 37 37 38 38 #include <task.h> -
uspace/lib/c/include/ipc/ns.h
re26a4633 r68a2be19 33 33 */ 34 34 35 #ifndef LIB IPC_NS_H_36 #define LIB IPC_NS_H_35 #ifndef LIBC_NS_H_ 36 #define LIBC_NS_H_ 37 37 38 38 #include <sys/types.h> -
uspace/lib/c/include/ipc/services.h
re26a4633 r68a2be19 35 35 */ 36 36 37 #ifndef LIB IPC_SERVICES_H_38 #define LIB IPC_SERVICES_H_37 #ifndef LIBC_SERVICES_H_ 38 #define LIBC_SERVICES_H_ 39 39 40 40 typedef enum {
Note:
See TracChangeset
for help on using the changeset viewer.