OSDN Git Service

update jelly sample (MIPS)
[hos/hos-v4a.git] / sample / win / win32 / wintimer.h
1 /** 
2  *  Sample program for Hyper Operating System V4 Advance
3  *
4  * @file  wintimer.h
5  * @brief %jp{Windows用のタイマ}%en{Windows timer object}
6  *
7  * Copyright (C) 1998-2006 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12
13 #ifndef __wintimer_h__
14 #define __wintimer_h__
15
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 void WinTimer_Start(INHNO inhno, int iInterval);        /** %jp{タイマ動作開始} */
22
23 #ifdef __cplusplus
24 }
25 #endif
26
27
28
29 #endif  /* __wintimer_h__ */
30
31
32
33 /* end of file */