License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / mips / include / asm / sn / hub.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
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 */
13extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget,
14 unsigned long xtalk_addr, size_t size);
15extern void hub_pio_init(cnodeid_t cnode);
16
17#endif /* __ASM_SN_HUB_H */