Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
Note: File does not exist in v6.2.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2#ifndef __ASM_SN_SN_PRIVATE_H
 3#define __ASM_SN_SN_PRIVATE_H
 4
 5#include <asm/sn/types.h>
 6
 7extern nasid_t master_nasid;
 8
 9extern void cpu_node_probe(void);
10extern cnodeid_t get_compact_nodeid(void);
11extern void hub_rtc_init(cnodeid_t);
12extern void cpu_time_init(void);
13extern void per_cpu_init(void);
14extern void install_cpu_nmi_handler(int slice);
15extern void install_ipi(void);
16extern void setup_replication_mask(void);
17extern void replicate_kernel_text(void);
18extern unsigned long node_getfirstfree(cnodeid_t);
19
20#endif /* __ASM_SN_SN_PRIVATE_H */