20 #define _NATIVE_IPC_API_H 21 #define _NATIVE_IPC_API_H 23 #include "pedigree/native/ipc/Ipc.h" 24 #include "pedigree/native/types.h" 46 extern uintptr_t createSharedMessage(
73 extern void *recvIpcPhase1(PedigreeIpc::IpcEndpoint *pEndpoint,
bool bAsync);
87 extern void createEndpoint(
const char *name);
92 extern void removeEndpoint(
const char *name);
97 extern PedigreeIpc::IpcEndpoint *getEndpoint(
const char *name);
A standard IPC message that is less than 4 KB in size.