diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
| commit | 4ff3de8e80ba043f8693c6623c38c6506f113261 (patch) | |
| tree | a314bfc13d707ab8df235edc500e88916380d16d /sys/dev/cy | |
| parent | aff85b53857af77bf2a134234a45fc60d944d6d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 5 | ||||
| -rw-r--r-- | sys/dev/cy/cy_isa.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 786ae30f13d4..0b90ac0525a9 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.16 1995/10/22 15:38:08 bde Exp $ + * $Id: cy.c,v 1.17 1995/11/04 13:23:31 bde Exp $ */ #include "cy.h" @@ -325,8 +325,7 @@ struct com_s { */ /* Interrupt handling entry points. */ -void siointr __P((int unit)); -void siointrts __P((int unit)); +inthand2_t siointrts; void siopoll __P((void)); /* Device switch entry points. */ diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 786ae30f13d4..0b90ac0525a9 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: cy.c,v 1.16 1995/10/22 15:38:08 bde Exp $ + * $Id: cy.c,v 1.17 1995/11/04 13:23:31 bde Exp $ */ #include "cy.h" @@ -325,8 +325,7 @@ struct com_s { */ /* Interrupt handling entry points. */ -void siointr __P((int unit)); -void siointrts __P((int unit)); +inthand2_t siointrts; void siopoll __P((void)); /* Device switch entry points. */ |
