BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
u2440mon.h
Go to the documentation of this file.
1 /****************************************************************
2  NAME: u2440mon.h
3  DESC:
4  HISTORY:
5  Mar.29.2002:purnnamu: created first
6  ****************************************************************/
7 
8 #ifndef __U241MON_H__
9 #define __U241MON_H__
10 
11 extern volatile unsigned char *downPt;
12 extern volatile U32 totalDmaCount;
13 extern volatile U32 downloadFileSize;
14 extern volatile U32 downloadAddress;
15 extern volatile U16 checkSum;
16 
17 extern int download_run;
19 
20 #endif /*__U241MON_H__*/