OSDN Git Service

41c3352eba05d5dfa222e9892f217e575a058f7c
[hos/hos-v4a.git] / aplfw / sample / mb / mb_v8_axi / boot.h
1 /** 
2  *  Sample program for Hyper Operating System V4 Advance
3  *
4  * @file  sample.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_h__
14 #define __boot_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_h__ */
29
30
31 /* end of file */