OSDN Git Service

add Simple Microblaze Microcontroler sample
[hos/hos-v4a.git] / sample / mb / smm / sample.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 __sample_h__
14 #define __sample_h__
15
16
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20
21 void Sample_Initialize(VP_INT exinf);
22 void Sample_Task(VP_INT exinf);
23 void Sample_Print(VP_INT exinf);
24
25 #ifdef __cplusplus
26 }
27 #endif
28
29
30 #endif  /* __sample_h__ */
31
32
33 /* end of file */