summaryrefslogtreecommitdiffstats
path: root/sys/sys/interrupt.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-07-09 18:08:15 +0000
committerache <ache@FreeBSD.org>1997-07-09 18:08:15 +0000
commitaed838b66682107b34408302c2112e37ade85d69 (patch)
tree1465f9897953e962dde938ecfa654305ea556147 /sys/sys/interrupt.h
parent96b4a920ad0521a620020ce4e88e375a6df7577d (diff)
downloadFreeBSD-src-aed838b66682107b34408302c2112e37ade85d69.zip
FreeBSD-src-aed838b66682107b34408302c2112e37ade85d69.tar.gz
Back out 'conflicts' with IRQs, remove intr_registered() decl
Diffstat (limited to 'sys/sys/interrupt.h')
-rw-r--r--sys/sys/interrupt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/interrupt.h b/sys/sys/interrupt.h
index c2c6f74..5c915f7 100644
--- a/sys/sys/interrupt.h
+++ b/sys/sys/interrupt.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: interrupt.h,v 1.4 1997/06/02 10:46:20 dfr Exp $
+ * $Id: interrupt.h,v 1.5 1997/06/08 17:15:31 ache Exp $
*/
/* XXX currently dev_instance must be set to the ISA device_id or -1 for PCI */
@@ -37,7 +37,6 @@ int intr_destroy(struct intrec *idesc);
int intr_connect(struct intrec *idesc);
int intr_disconnect(struct intrec *idesc);
-int intr_registered(int irq);
/* XXX emulate old interface for now ... */
int register_intr __P((int intr, int device_id, u_int flags,
OpenPOWER on IntegriCloud