00001 /****************************************************** 00002 * Function: etherent snap protocol handler 00003 * 00004 * File: etherentsnap.c 00005 * Author: Book Chen 00006 * Date: 2008.07.18 00007 ******************************************************* 00008 */ 00009 00010 #include "includes.h" 00011 00012 void F_EthernetSnapInit(void); 00013 void F_EthernetSnapSvc(void); 00014 00015 void F_EthernetSnapInit(void){} 00016 void F_EthernetSnapSvc(void){}