iorpc_globals.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /*
  2. * Copyright 2012 Tilera Corporation. All Rights Reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation, version 2.
  7. *
  8. * This program is distributed in the hope that it will be useful, but
  9. * WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
  11. * NON INFRINGEMENT. See the GNU General Public License for
  12. * more details.
  13. */
  14. /* This file is machine-generated; DO NOT EDIT! */
  15. #ifndef __IORPC_LINUX_RPC_H__
  16. #define __IORPC_LINUX_RPC_H__
  17. #include <hv/iorpc.h>
  18. #include <linux/string.h>
  19. #include <linux/module.h>
  20. #include <asm/pgtable.h>
  21. #define IORPC_OP_ARM_POLLFD IORPC_OPCODE(IORPC_FORMAT_KERNEL_POLLFD, 0x9000)
  22. #define IORPC_OP_CLOSE_POLLFD IORPC_OPCODE(IORPC_FORMAT_KERNEL_POLLFD, 0x9001)
  23. #define IORPC_OP_GET_MMIO_BASE IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8000)
  24. #define IORPC_OP_CHECK_MMIO_OFFSET IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8001)
  25. int __iorpc_arm_pollfd(int fd, int pollfd_cookie);
  26. int __iorpc_close_pollfd(int fd, int pollfd_cookie);
  27. int __iorpc_get_mmio_base(int fd, HV_PTE *base);
  28. int __iorpc_check_mmio_offset(int fd, unsigned long offset, unsigned long size);
  29. #endif /* !__IORPC_LINUX_RPC_H__ */