You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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 int nmi_usable;
|
|
|
|
#endif /* __NMI_H */
|
|
|