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
15 /* This file is machine-generated; DO NOT EDIT! */
16 #ifndef __GXIO_MPIPE_INFO_LINUX_RPC_H__
17 #define __GXIO_MPIPE_INFO_LINUX_RPC_H__
21 #include <hv/drv_mpipe_intf.h>
23 #include <gxio/kiorpc.h>
24 #include <gxio/mpipe.h>
25 #include <linux/string.h>
26 #include <linux/module.h>
27 #include <asm/pgtable.h>
30 #define GXIO_MPIPE_INFO_OP_INSTANCE_AUX IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1250)
31 #define GXIO_MPIPE_INFO_OP_ENUMERATE_AUX IORPC_OPCODE(IORPC_FORMAT_NONE, 0x1251)
32 #define GXIO_MPIPE_INFO_OP_GET_MMIO_BASE IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8000)
33 #define GXIO_MPIPE_INFO_OP_CHECK_MMIO_OFFSET IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8001)
36 int gxio_mpipe_info_instance_aux(gxio_mpipe_info_context_t
*context
,
37 _gxio_mpipe_link_name_t name
);
39 int gxio_mpipe_info_enumerate_aux(gxio_mpipe_info_context_t
*context
,
41 _gxio_mpipe_link_name_t
*name
,
42 _gxio_mpipe_link_mac_t
*mac
);
44 int gxio_mpipe_info_get_mmio_base(gxio_mpipe_info_context_t
*context
,
47 int gxio_mpipe_info_check_mmio_offset(gxio_mpipe_info_context_t
*context
,
48 unsigned long offset
, unsigned long size
);
50 #endif /* !__GXIO_MPIPE_INFO_LINUX_RPC_H__ */