Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.20-rc2 17 lines 455 B view raw
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 */