OSDN Git Service

dc63cfe06d4e95f218a79bffb7c5053b07c0310c
[hos/hos-v4a.git] / aplfw / system / system / system.h
1 /** 
2  *  Hyper Operating System  Application Framework
3  *
4  * @file  system.h
5  * @brief %jp{システム用API定義}
6  *
7  * Copyright (C) 2006-2007 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12
13 #ifndef __HOS__system_h__
14 #define __HOS__system_h__
15
16
17 #include "system/type/type.h"
18
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23
24 void System_Initialize(void *pMem, MEMSIZE Size);
25 void System_Boot(HANDLE hTerminal, HANDLE hConsole, const char *pszCommand, int iStackSize);
26
27 #ifdef __cplusplus
28 }
29 #endif
30
31
32 #endif  /* __HOS__system_h__ */
33
34
35 /* end of file */