btrfs: fix get set label blocking against balance
[linux/fpc-iii.git] / arch / tile / include / gxio / iorpc_globals.h
blob52c721f8dad9ce2f6f80922670a3713403114fa4
1 /*
2 * Copyright 2012 Tilera Corporation. All Rights Reserved.
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.
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.
15 /* This file is machine-generated; DO NOT EDIT! */
16 #ifndef __IORPC_LINUX_RPC_H__
17 #define __IORPC_LINUX_RPC_H__
19 #include <hv/iorpc.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)
30 int __iorpc_arm_pollfd(int fd, int pollfd_cookie);
32 int __iorpc_close_pollfd(int fd, int pollfd_cookie);
34 int __iorpc_get_mmio_base(int fd, HV_PTE *base);
36 int __iorpc_check_mmio_offset(int fd, unsigned long offset, unsigned long size);
38 #endif /* !__IORPC_LINUX_RPC_H__ */