Go to the documentation of this file.
16 #ifndef __IORPC_LINUX_RPC_H__
17 #define __IORPC_LINUX_RPC_H__
21 #include <linux/string.h>
22 #include <linux/module.h>
23 #include <asm/pgtable.h>
25 #define IORPC_OP_ARM_POLLFD IORPC_OPCODE(IORPC_FORMAT_KERNEL_POLLFD, 0x9000)
26 #define IORPC_OP_CLOSE_POLLFD IORPC_OPCODE(IORPC_FORMAT_KERNEL_POLLFD, 0x9001)
27 #define IORPC_OP_GET_MMIO_BASE IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8000)
28 #define IORPC_OP_CHECK_MMIO_OFFSET IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8001)