14 lines
196 B
C
14 lines
196 B
C
|
#include "xnetp.h"
|
||
|
#include "ethernet.h"
|
||
|
#include "phy.h"
|
||
|
|
||
|
#ifdef SILVER
|
||
|
#include "i82558.h"
|
||
|
#else
|
||
|
#include "xnic.h"
|
||
|
#endif
|
||
|
|
||
|
#include "nicp.h"
|
||
|
#include "ifenet.h"
|
||
|
#include "dbgmon.h"
|