]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/linux-26-headers/include/asm-mips/sn/hub.h
update
[l4.git] / l4 / pkg / linux-26-headers / include / asm-mips / sn / hub.h
1 #ifndef __ASM_SN_HUB_H
2 #define __ASM_SN_HUB_H
3
4 #include <linux/types.h>
5 #include <linux/cpumask.h>
6 #include <asm/sn/types.h>
7 #include <asm/sn/io.h>
8 #include <asm/sn/klkernvars.h>
9 #include <asm/xtalk/xtalk.h>
10
11 /* ip27-hubio.c */
12 extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget,
13                           unsigned long xtalk_addr, size_t size);
14 extern void hub_pio_init(cnodeid_t cnode);
15
16 #endif /* __ASM_SN_HUB_H */