blob: 1973d267c2f1465c56d93b73d0d09578ad896b28 [file] [log] [blame]
#ifndef INTERRUPT_H
#define INTERRUPT_H
#include <asm/interrupt.h>
int register_io_int_func(void (*f)(void));
int unregister_io_int_func(void (*f)(void));
#endif /* INTERRUPT_H */