xref: /kvm-unit-tests/lib/s390x/interrupt.h (revision be704aff683c54fc108deaafacc7cb89ad0648d9)
1 #ifndef INTERRUPT_H
2 #define INTERRUPT_H
3 #include <asm/interrupt.h>
4 
5 int register_io_int_func(void (*f)(void));
6 int unregister_io_int_func(void (*f)(void));
7 
8 #endif /* INTERRUPT_H */
9