BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
ethernetllc.h
Go to the documentation of this file.
1
#ifndef ETHERNETLLC_H
2
#define ETHERNETLLC_H
3
4
typedef
struct
{
5
INT8U
Dsap
;
6
INT8U
Ssap
;
7
INT8U
Control
;
8
}
LLC_HEAD
;
9
10
extern
void
F_EthernetLlcInit
(
void
);
11
extern
void
F_EthernetLlcSvc
(
void
);
12
13
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1