OSDN Git Service

add cortex-m0 sample
[hos/hos-v4a.git] / sample / arm / lpc1114 / ostimer.h
1 /**
2  *  Sample program for Hyper Operating System V4 Advance
3  *
4  * @file  ostimer.c
5  * @brief %jp{OSタイマ}%en{OS timer}
6  *
7  * Copyright (C) 1998-2006 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #ifndef __ostimer_h__
13 #define __ostimer_h__
14
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19
20 /** %jp{OS用タイマ初期化ルーチン} */
21 void OsTimer_Initialize(VP_INT exinf);
22 void OsTimer_Isr(void);
23
24 #ifdef __cplusplus
25 }
26 #endif
27
28
29 #endif  /* __ostimer_h__ */
30
31
32 /* end of file */