BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
tftp.h
Go to the documentation of this file.
1 #ifndef TFTP_H
2 #define TFTP_H
3 
4 typedef struct{
12  INT8U MacAddress[6];
13  INT8U IpAddress[4];
18 
19 extern TFTP_CONTROL TftpCtrl;
20 
21 extern void F_TftpInit(void);
22 extern void F_TftpSvc(void);
23 extern void F_TftpPlay(void);
24 extern INT8U F_TftpStatusCheck(void);
25 
26 #endif