OSDN Git Service

4938c0d8050b30828546532dd700fe0fa5cbaa45
[hos/hos-v4a.git] / aplfw / system / sysapi / sysapi_local.h
1 /** 
2  *  Hyper Operating System  Application Framework
3  *
4  * @file  system.h
5  * @brief %jp{システム用API定義}
6  *
7  * Copyright (C) 2006 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #ifndef __HOS__sysapi_local_h__
13 #define __HOS__sysapi_local_h__
14
15
16 #include "kernel.h"
17 #include "sysapi.h"
18 #include "library/container/mempol/mempol.h"
19
20
21 extern SYSMTX_HANDLE System_hMtx;
22 extern SYSMTX_HANDLE SysMem_hMtx;
23 extern C_MEMPOL      SysMem_MemPol;
24
25
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29
30 #ifdef __cplusplus
31 }
32 #endif
33
34
35 #endif  /* __HOS__sysapi_local_h__ */
36
37
38 /* end of file */