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 v3.13 13 lines 314 B view raw
1#ifndef __NMI_H 2#define __NMI_H 3 4extern int __init nmi_init(void); 5extern void perfctr_irq(int irq, struct pt_regs *regs); 6extern void nmi_adjust_hz(unsigned int new_hz); 7 8extern atomic_t nmi_active; 9 10extern void start_nmi_watchdog(void *unused); 11extern void stop_nmi_watchdog(void *unused); 12 13#endif /* __NMI_H */