Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 */ |
Thomas Bogendoerfer | 4bf841e | 2019-10-03 14:27:24 +0200 | [diff] [blame] | 13 | extern unsigned long hub_pio_map(nasid_t nasid, xwidgetnum_t widget, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | unsigned long xtalk_addr, size_t size); |
Thomas Bogendoerfer | 4bf841e | 2019-10-03 14:27:24 +0200 | [diff] [blame] | 15 | extern void hub_pio_init(nasid_t nasid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | |
| 17 | #endif /* __ASM_SN_HUB_H */ |