Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / mips / include / asm / sn / hub.h
blob338f7eed74f17eb91664b48e68b1cae6c195e350
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SN_HUB_H
3 #define __ASM_SN_HUB_H
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>
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);
17 #endif /* __ASM_SN_HUB_H */