mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
GC some defunct prototypes
This commit is contained in:
parent
b50c63121d
commit
bc7425f5f2
1 changed files with 0 additions and 4 deletions
|
|
@ -156,10 +156,6 @@ ISA_ACCESSOR(logicalid, LOGICALID, int)
|
|||
ISA_ACCESSOR(compatid, COMPATID, int)
|
||||
|
||||
extern intrmask_t isa_irq_pending(void);
|
||||
extern intrmask_t isa_irq_mask(void);
|
||||
#ifdef __i386__
|
||||
extern void isa_wrap_old_drivers(void);
|
||||
#endif
|
||||
extern void isa_probe_children(device_t dev);
|
||||
|
||||
extern void isa_dmacascade __P((int chan));
|
||||
|
|
|
|||
Loading…
Reference in a new issue