BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
ethernetllc.c
Go to the documentation of this file.
1 /******************************************************
2 * Function: etherent llc protocol handler
3 *
4 * File: etherentllc.c
5 * Author: Book Chen
6 * Date: 2008.07.18
7 *******************************************************
8 */
9 
10 #include "includes.h"
11 
12 void F_EthernetLlcInit(void);
13 void F_EthernetLlcSvc(void);
14 
15 void F_EthernetLlcInit(void){}
16 void F_EthernetLlcSvc(void){}