Sign in
android-kvm
/
kvm-unit-tests
/
040ee6d9aee563b2b1f28e810c5e36fbbcc17bd9
/
.
/
lib
/
s390x
/
interrupt.h
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 */