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