Searched refs:IPC_GET_VERSION (Results 1 – 3 of 3) sorted by relevance
87 #define IPC_GET_VERSION _IOR(IPC_IOC_MAGIC, 5, IpcVersion) macro
79 int ret = ioctl(connector->fd, IPC_GET_VERSION, &version); in OpenDriver()
81 The `IPC_GET_VERSION` request (standard systems API only) gets the version of the LiteIPC driver. …