summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/nmi.h
blob: c7d11e435df934a5d54e2c35b8851f8600777c15 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __NMI_H
#define __NMI_H

extern int __init nmi_init(void);
extern void perfctr_irq(int irq, struct pt_regs *regs);
extern void nmi_adjust_hz(unsigned int new_hz);

extern atomic_t nmi_active;

#endif /* __NMI_H */