Update intr_establish() prototype.

This commit is contained in:
mycroft 1995-01-03 03:14:35 +00:00
parent f24d9135d1
commit b6c8a9a4e9
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isavar.h,v 1.13 1995/01/02 20:06:33 mycroft Exp $ */
/* $NetBSD: isavar.h,v 1.14 1995/01/03 03:14:35 mycroft Exp $ */
/*
* Copyright (c) 1992 Berkeley Software Design, Inc.
@ -90,7 +90,7 @@ struct intrhand {
int ih_level;
};
void intr_establish __P((int intr, struct intrhand *));
void intr_establish __P((int intr, int type, struct intrhand *));
void intr_disestablish __P((int intr, struct intrhand *));
void isa_establish __P((struct isadev *, struct device *));

View File

@ -1,4 +1,4 @@
/* $NetBSD: isavar.h,v 1.13 1995/01/02 20:06:33 mycroft Exp $ */
/* $NetBSD: isavar.h,v 1.14 1995/01/03 03:14:35 mycroft Exp $ */
/*
* Copyright (c) 1992 Berkeley Software Design, Inc.
@ -90,7 +90,7 @@ struct intrhand {
int ih_level;
};
void intr_establish __P((int intr, struct intrhand *));
void intr_establish __P((int intr, int type, struct intrhand *));
void intr_disestablish __P((int intr, struct intrhand *));
void isa_establish __P((struct isadev *, struct device *));