Add isa_establish(), for all it's worth (which is to say, nothing).
This commit is contained in:
parent
1f233ade26
commit
2ce6de16d5
@ -3,7 +3,7 @@
|
|||||||
* The Berkeley Software Design Inc. software License Agreement specifies
|
* The Berkeley Software Design Inc. software License Agreement specifies
|
||||||
* the terms and conditions for redistribution.
|
* the terms and conditions for redistribution.
|
||||||
*
|
*
|
||||||
* BSDI $Id: isavar.h,v 1.2 1993/10/06 12:09:25 mycroft Exp $
|
* BSDI $Id: isavar.h,v 1.3 1993/10/16 05:25:21 mycroft Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -59,6 +59,7 @@ struct intrhand {
|
|||||||
} *intrhand[16];
|
} *intrhand[16];
|
||||||
|
|
||||||
void intr_establish __P((int intr, struct intrhand *, enum devclass));
|
void intr_establish __P((int intr, struct intrhand *, enum devclass));
|
||||||
|
void isa_establish __P((struct isadev *, struct device *));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* software conventions
|
* software conventions
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* The Berkeley Software Design Inc. software License Agreement specifies
|
* The Berkeley Software Design Inc. software License Agreement specifies
|
||||||
* the terms and conditions for redistribution.
|
* the terms and conditions for redistribution.
|
||||||
*
|
*
|
||||||
* BSDI $Id: isavar.h,v 1.2 1993/10/06 12:09:25 mycroft Exp $
|
* BSDI $Id: isavar.h,v 1.3 1993/10/16 05:25:21 mycroft Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -59,6 +59,7 @@ struct intrhand {
|
|||||||
} *intrhand[16];
|
} *intrhand[16];
|
||||||
|
|
||||||
void intr_establish __P((int intr, struct intrhand *, enum devclass));
|
void intr_establish __P((int intr, struct intrhand *, enum devclass));
|
||||||
|
void isa_establish __P((struct isadev *, struct device *));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* software conventions
|
* software conventions
|
||||||
|
Loading…
Reference in New Issue
Block a user