Cleanup of the configuration code, and source tree layout.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Definitions for the NE2000 ethernet controller.
|
||||
*
|
||||
* Version: @(#)net_ne2000.h 1.0.2 2017/05/11
|
||||
* Version: @(#)net_ne2000.h 1.0.3 2017/05/17
|
||||
*
|
||||
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
*/
|
||||
@@ -26,11 +26,4 @@ extern device_t ne2000_device;
|
||||
extern device_t rtl8029as_device;
|
||||
|
||||
|
||||
extern void ne2000_generate_maclocal(uint32_t mac);
|
||||
extern uint32_t ne2000_get_maclocal(void);
|
||||
|
||||
extern void ne2000_generate_maclocal_pci(uint32_t mac);
|
||||
extern uint32_t ne2000_get_maclocal_pci(void);
|
||||
|
||||
|
||||
#endif /*NET_NE2000_H*/
|
||||
|
||||
Reference in New Issue
Block a user