00001 00029 #ifndef _TPL_NETWORK_H 00030 #define _TPL_NETWORK_H 00031 00032 #include <tpl_drv_common.h> 00033 00039 enum eTplNetwork_IOCtl { 00048 NET_IOCTL_GETMAC = 4 00049 }; 00050 00054 #define DRV_NETWORK_IOCTLNAMES "get_mac_addr" 00055 00056 #endif