mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sync with sys/i386/isa/if_ed.c revision 1.126.
This commit is contained in:
parent
acc66972fe
commit
7b3e3f96e5
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_ed.c,v 1.31 1997/10/04 05:19:49 kato Exp $
|
||||
* $Id: if_ed.c,v 1.32 1997/10/27 10:59:03 kato Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -229,6 +229,7 @@ static void ed_setrcr(struct ed_softc *);
|
|||
static u_long ds_crc(u_char *ep);
|
||||
|
||||
#if NCARD > 0
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/select.h>
|
||||
#include <pccard/card.h>
|
||||
#include <pccard/driver.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue