X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tizen%2Fsrc%2Fmaru_common.h;h=3aacef95c77b0562332e820647a5daa8c01c4c7c;hb=b0e96416c6dfd795f017359ed39adb23f76e8929;hp=caddfdbcb403f815395f406db40313988911b6ee;hpb=689bc01f3155484257c9f3be4681a146adebbab8;p=sdk%2Femulator%2Fqemu.git diff --git a/tizen/src/maru_common.h b/tizen/src/maru_common.h index caddfdb..3aacef9 100644 --- a/tizen/src/maru_common.h +++ b/tizen/src/maru_common.h @@ -31,17 +31,31 @@ */ /** - * @file emulator.h - * @brief - header of file these are config structures and defines in emulator + * @file maru_common.h + * @brief - header file that covers maru common features */ #ifndef __MARU_COMMON_H__ #define __MARU_COMMON_H__ -#include "config-host.h" #include #include #include +#include + +#include +#include +#include + +#include "config-host.h" + +#if !defined(PATH_MAX) +#if defined(MAX_PATH) +#define PATH_MAX MAX_PATH +#else +#define PATH_MAX 256 +#endif +#endif // W/A for preserve larger continuous heap for RAM. extern void *preallocated_ptr;