Merge tag 'pxa-dt-4.7' of https://github.com/rjarzmik/linux into next/dt
[deliverable/linux.git] / arch / mips / include / asm / sn / hub.h
1 #ifndef __ASM_SN_HUB_H
2 #define __ASM_SN_HUB_H
3
4 #include <linux/types.h>
5 #include <linux/cpumask.h>
6 #include <asm/sn/types.h>
7 #include <asm/sn/io.h>
8 #include <asm/sn/klkernvars.h>
9 #include <asm/xtalk/xtalk.h>
10
11 /* ip27-hubio.c */
12 extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget,
13 unsigned long xtalk_addr, size_t size);
14 extern void hub_pio_init(cnodeid_t cnode);
15
16 #endif /* __ASM_SN_HUB_H */
This page took 0.031824 seconds and 5 git commands to generate.