Changes in uspace/lib/c/include/ipc/ns.h [2c577e0b:007e6efa] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/ipc/ns.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/ns.h
r2c577e0b r007e6efa 33 33 */ 34 34 35 #ifndef LIB C_NS_H_36 #define LIB C_NS_H_35 #ifndef LIBIPC_NS_H_ 36 #define LIBIPC_NS_H_ 37 37 38 38 #include <sys/types.h> 39 #include <ipc/ common.h>39 #include <ipc/ipc.h> 40 40 41 41 typedef enum { … … 51 51 52 52 extern wchar_t *service_klog_share_in(size_t *); 53 extern void *service_realtime_share_in(void);54 53 55 54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
