OSDN Git Service

(none)
[hos/hos-v4a.git] / aplfw / sample / sh / cq7144a / boot.h
1 /** 
2  *  Sample program for Hyper Operating System V4 Advance
3  *
4  * @file  boot_task.c
5  * @brief %jp{サンプルプログラム}%en{Sample program}
6  *
7  * Copyright (C) 1998-2006 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12
13 #ifndef __boot_task_h__
14 #define __boot_task_h__
15
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 void Boot_Task(VP_INT exinf);
22
23 #ifdef __cplusplus
24 }
25 #endif
26
27
28 #endif  /* __boot_task_h__ */
29
30
31 /* end of file */