diff options
Diffstat (limited to 'arch/tile/include/gxio/iorpc_mpipe_info.h')
-rw-r--r-- | arch/tile/include/gxio/iorpc_mpipe_info.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/tile/include/gxio/iorpc_mpipe_info.h b/arch/tile/include/gxio/iorpc_mpipe_info.h index 476c5e5ca22c..f0b04284468b 100644 --- a/arch/tile/include/gxio/iorpc_mpipe_info.h +++ b/arch/tile/include/gxio/iorpc_mpipe_info.h | |||
@@ -33,18 +33,18 @@ | |||
33 | #define GXIO_MPIPE_INFO_OP_CHECK_MMIO_OFFSET IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8001) | 33 | #define GXIO_MPIPE_INFO_OP_CHECK_MMIO_OFFSET IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8001) |
34 | 34 | ||
35 | 35 | ||
36 | int gxio_mpipe_info_instance_aux(gxio_mpipe_info_context_t * context, | 36 | int gxio_mpipe_info_instance_aux(gxio_mpipe_info_context_t *context, |
37 | _gxio_mpipe_link_name_t name); | 37 | _gxio_mpipe_link_name_t name); |
38 | 38 | ||
39 | int gxio_mpipe_info_enumerate_aux(gxio_mpipe_info_context_t * context, | 39 | int gxio_mpipe_info_enumerate_aux(gxio_mpipe_info_context_t *context, |
40 | unsigned int idx, | 40 | unsigned int idx, |
41 | _gxio_mpipe_link_name_t * name, | 41 | _gxio_mpipe_link_name_t *name, |
42 | _gxio_mpipe_link_mac_t * mac); | 42 | _gxio_mpipe_link_mac_t *mac); |
43 | 43 | ||
44 | int gxio_mpipe_info_get_mmio_base(gxio_mpipe_info_context_t * context, | 44 | int gxio_mpipe_info_get_mmio_base(gxio_mpipe_info_context_t *context, |
45 | HV_PTE *base); | 45 | HV_PTE *base); |
46 | 46 | ||
47 | int gxio_mpipe_info_check_mmio_offset(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); | 48 | unsigned long offset, unsigned long size); |
49 | 49 | ||
50 | #endif /* !__GXIO_MPIPE_INFO_LINUX_RPC_H__ */ | 50 | #endif /* !__GXIO_MPIPE_INFO_LINUX_RPC_H__ */ |