diff options
Diffstat (limited to 'arch/mips/include/asm/sn/hub.h')
| -rw-r--r-- | arch/mips/include/asm/sn/hub.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/mips/include/asm/sn/hub.h b/arch/mips/include/asm/sn/hub.h new file mode 100644 index 00000000000..1992d9254a0 --- /dev/null +++ b/arch/mips/include/asm/sn/hub.h | |||
| @@ -0,0 +1,16 @@ | |||
| 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 */ | ||
