OSDN Git Service

add Simple Microblaze Microcontroler sample
[hos/hos-v4a.git] / sample / mb / smm / 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
23 #ifdef __cplusplus
24 }
25 #endif
26
27
28 #endif  /* __ostimer_h__ */
29
30
31 /* end of file */