mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 23:57:30 -04:00
Slightly increase the visibility of the isa_wrap_old_drivers() stuff. It
would be a shame to pollute the new isa.c with the isa_device.h defs.
This commit is contained in:
parent
31c82d832c
commit
929f6b0a11
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: isavar.h,v 1.3 1999/04/16 21:22:34 peter Exp $
|
||||
* $Id: isavar.h,v 1.4 1999/04/21 07:26:28 peter Exp $
|
||||
*/
|
||||
|
||||
#define ISA_NPORT_IVARS 2
|
||||
|
|
@ -55,6 +55,9 @@ enum isa_device_ivars {
|
|||
|
||||
extern intrmask_t isa_irq_pending(void);
|
||||
extern intrmask_t isa_irq_mask(void);
|
||||
#ifdef __i386__
|
||||
extern void isa_wrap_old_drivers(void);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Simplified accessors for isa devices
|
||||
|
|
|
|||
Loading…
Reference in a new issue