Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/ns.h

    r2c577e0b r007e6efa  
    3333 */
    3434
    35 #ifndef LIBC_NS_H_
    36 #define LIBC_NS_H_
     35#ifndef LIBIPC_NS_H_
     36#define LIBIPC_NS_H_
    3737
    3838#include <sys/types.h>
    39 #include <ipc/common.h>
     39#include <ipc/ipc.h>
    4040
    4141typedef enum {
     
    5151
    5252extern wchar_t *service_klog_share_in(size_t *);
    53 extern void *service_realtime_share_in(void);
    5453
    5554#endif
Note: See TracChangeset for help on using the changeset viewer.