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