BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
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__*/
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1