Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.9.4.
 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 */
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 */