1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __ASM_SN_HUB_H 3 #define __ASM_SN_HUB_H 4 5 #include <linux/types.h> 6 #include <linux/cpumask.h> 7 #include <asm/sn/types.h> 8 #include <asm/sn/io.h> 9 #include <asm/sn/klkernvars.h> 10 #include <asm/xtalk/xtalk.h> 11 12 /* ip27-hubio.c */ 13 extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget, 14 unsigned long xtalk_addr, size_t size); 15 extern void hub_pio_init(cnodeid_t cnode); 16 17 #endif /* __ASM_SN_HUB_H */