BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
profile.h
Go to the documentation of this file.
1 /*********************************************
2  NAME: profile.h
3  DESC:
4  HISTORY:
5  Mar.25.2002:purnnamu: reuse the source of S3C2400X u24xmon
6  *********************************************/
7 
8 
9 #ifndef __profile_h__
10 #define __profile_h__
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 void Timer_InitEx(void);
17 void Timer_StartEx(void);
18 float Timer_StopEx(void);
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif /*__profile_h__*/