Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / sparc / include / asm / nmi.h
1 #ifndef __NMI_H
2 #define __NMI_H
3
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);
7
8 extern int nmi_usable;
9
10 #endif /* __NMI_H */