-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample.h
More file actions
30 lines (20 loc) · 1.04 KB
/
Copy pathsample.h
File metadata and controls
30 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* ------------------------------------------------------------------------ */
/* Hyper Operating System V4 サンプルプログラム */
/* */
/* Copyright (C) 1998-2002 by Project HOS */
/* http://sourceforge.jp/projects/hos/ */
/* ------------------------------------------------------------------------ */
#ifndef __PROJECT_HOS__sample_h__
#define __PROJECT_HOS__sample_h__
void Initialize(VP_INT exinf);
void Task1(VP_INT exinf);
void NewTask(VP_INT exinf);
void AlertTask(VP_INT exinf);
void MonitorTask(VP_INT exinf);
void TaskA(VP_INT exinf);
void appli(VP_INT exinf);
void driver(VP_INT exinf);
#endif /* __PROJECT_HOS__sample_h__ */
/* ------------------------------------------------------------------------ */
/* Copyright (C) 1998-2002 by Project HOS */
/* ------------------------------------------------------------------------ */