diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-06-29 05:47:43 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-06-29 05:47:43 +0000 |
commit | 4d101b749bd602f9577cd584296b530437861551 (patch) | |
tree | 404a9e12483ab655ec64dc040195b7e75f80923d /sys/arch/arc/isa | |
parent | d4c61825b8a47a2b5d7376e28809ece79a1746ef (diff) |
Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.
Diffstat (limited to 'sys/arch/arc/isa')
-rw-r--r-- | sys/arch/arc/isa/isa_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arc/isa/isa_machdep.h b/sys/arch/arc/isa/isa_machdep.h index 8f6efd926c2..2c3e8fb7ec3 100644 --- a/sys/arch/arc/isa/isa_machdep.h +++ b/sys/arch/arc/isa/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.5 1997/04/19 17:20:00 pefo Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.6 1998/06/29 05:47:39 downsj Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom @@ -64,6 +64,8 @@ struct arc_isa_bus { #define isa_intr_disestablish(c, h) \ (*(c)->ic_intr_disestablish)((c)->ic_data, (h)) +#define __NO_ISA_INTR_CHECK /* FIXME */ + void sysbeepstop __P((void *)); void sysbeep __P((int, int)); |