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