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