Nut/OS  4.10.3
API Reference
dm9000e.h
Go to the documentation of this file.
00001 #ifndef _DEV_DM9000E_H_
00002 #define _DEV_DM9000E_H_
00003 
00004 #include <sys/device.h>
00005 #include <net/if_var.h>
00006 
00007 /*
00008  * Available drivers.
00009  */
00010 extern NUTDEVICE devDM9000E;
00011 
00012 #ifndef DEV_ETHER
00013 #define DEV_ETHER   devDM9000E
00014 #endif
00015 
00016 #ifndef devEth0
00017 #define devEth0   devDM9000E
00018 #endif
00019 
00020 #endif
00021