mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
7 lines
128 B
C
7 lines
128 B
C
#ifndef _NE2000_H_
|
|
#define _NE2000_H_
|
|
extern device_t ne2000_device;
|
|
extern device_t rtl8029as_device;
|
|
|
|
#endif /* _NE2000_H_ */
|