Home
last modified time | relevance | path

Searched refs:IPC_IOC_MAGIC (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h82 #define IPC_IOC_MAGIC 'i' macro
83 #define IPC_SET_CMS _IO(IPC_IOC_MAGIC, 1)
84 #define IPC_CMS_CMD _IOWR(IPC_IOC_MAGIC, 2, CmsCmdContent)
85 #define IPC_SET_IPC_THREAD _IO(IPC_IOC_MAGIC, 3)
86 #define IPC_SEND_RECV_MSG _IOWR(IPC_IOC_MAGIC, 4, IpcContent)
87 #define IPC_GET_VERSION _IOR(IPC_IOC_MAGIC, 5, IpcVersion)