diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:56:38 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-05-24 21:56:38 +0000 |
commit | 44f1cc59636ac18fd374b691c0f7344034dde6cb (patch) | |
tree | 8503ccd409115f9b2e1113478a39247c7028e315 /libtrivfs/interrupt.c | |
parent | b2309497e27385374c2dfff2324ba889384c7787 (diff) |
entered into RCS
Diffstat (limited to 'libtrivfs/interrupt.c')
-rw-r--r-- | libtrivfs/interrupt.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libtrivfs/interrupt.c b/libtrivfs/interrupt.c index 9a37f906..5dac2a1c 100644 --- a/libtrivfs/interrupt.c +++ b/libtrivfs/interrupt.c @@ -19,7 +19,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ -error_t +#include "priv.h" +#include "interrupt_S.h" + +kern_return_t trivfs_S_interrupt_operation (mach_port_t handle) { return 0; |