BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
ethernetllc.h
Go to the documentation of this file.
1 #ifndef ETHERNETLLC_H
2 #define ETHERNETLLC_H
3 
4 typedef struct{
8 }LLC_HEAD;
9 
10 extern void F_EthernetLlcInit(void);
11 extern void F_EthernetLlcSvc(void);
12 
13 #endif