sparc64: Initial hw perf counter support.
[linux-2.6/libata-dev.git] / arch / sparc / include / asm / nmi.h
blob72e6500e7ab09ef5900e99a50d1fbe6bc35ef0ec
1 #ifndef __NMI_H
2 #define __NMI_H
4 extern int __init nmi_init(void);
5 extern void perfctr_irq(int irq, struct pt_regs *regs);
6 extern void nmi_adjust_hz(unsigned int new_hz);
8 extern atomic_t nmi_active;
10 extern void start_nmi_watchdog(void *unused);
11 extern void stop_nmi_watchdog(void *unused);
13 #endif /* __NMI_H */