BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
ethernetsnap.h
Go to the documentation of this file.
1 #ifndef ETHERNETSNAP_H
2 #define ETHERNETSNAP_H
3 
4 typedef struct{
5  INT8U OrganizationCode[3];
8 
9 extern void F_EthernetSnapInit(void);
10 extern void F_EthernetSnapSvc(void);
11 
12 #endif