Tizen 2.1 base
[sdk/emulator/qemu.git] / tizen / src / maru_common.h
1 /*
2  * Emulator
3  *
4  * Copyright (C) 2011, 2012 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact:
7  * SeokYeon Hwang <syeon.hwang@samsung.com>
8  * MunKyu Im <munkyu.im@samsung.com>
9  * GiWoong Kim <giwoong.kim@samsung.com>
10  * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
11  * HyunJun Son
12  *
13  * This program is free software; you can redistribute it and/or
14  * modify it under the terms of the GNU General Public License
15  * as published by the Free Software Foundation; either version 2
16  * of the License, or (at your option) any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU General Public License for more details.
22  *
23  * You should have received a copy of the GNU General Public License
24  * along with this program; if not, write to the Free Software
25  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
26  * MA 02110-1301, USA.
27  *
28  * Contributors:
29  * - S-Core Co., Ltd
30  *
31  */
32
33 /**
34  * @file emulator.h
35  * @brief - header of file these are config structures and defines in emulator
36  */
37
38 #ifndef __MARU_COMMON_H__
39 #define __MARU_COMMON_H__
40
41 #include "config-host.h"
42 #include <stddef.h>
43 #include <stdint.h>
44 #include <stdbool.h>
45
46 // W/A for preserve larger continuous heap for RAM.
47 extern void *preallocated_ptr;
48
49 #endif /* __MARU_COMMON_H__ */