BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
memtest.h
Go to the documentation of this file.
1 /*********************************************
2  NAME: memtest.h
3  DESC:
4  HISTORY:
5  03.27.2002:purnnamu: first release
6  *********************************************/
7 
8 
9 #ifndef __memtest_h__
10 #define __memtest_h__
11 
12 void MemoryTest(void);
13 
14 #endif //__memtest_h__