summaryrefslogtreecommitdiff
path: root/tizen/src/emulator_options.h
diff options
context:
space:
mode:
authorSeokYeon Hwang <syeon.hwang@samsung.com>2014-12-02 21:45:16 +0900
committerSeokYeon Hwang <syeon.hwang@samsung.com>2014-12-02 21:48:00 +0900
commit90a5b844294a0ae82c5a4f7323b96ffc7ad91aba (patch)
tree5f7af85532d863586934ba5a6d24315aa01f7ef7 /tizen/src/emulator_options.h
parentc144b09b635b1ae3edc5d1b3a4aae3044afd0f01 (diff)
downloadqemu-90a5b844294a0ae82c5a4f7323b96ffc7ad91aba.tar.gz
qemu-90a5b844294a0ae82c5a4f7323b96ffc7ad91aba.tar.bz2
qemu-90a5b844294a0ae82c5a4f7323b96ffc7ad91aba.zip
emulator: introduced 'keyword' variable
Introduced 'keyword' variable that is provided by emulator itself. Removed redundant static functions. Change-Id: Ib007914f1e66d9da4a71aeb8cb0919aea60ff6d3 Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Diffstat (limited to 'tizen/src/emulator_options.h')
-rw-r--r--tizen/src/emulator_options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tizen/src/emulator_options.h b/tizen/src/emulator_options.h
index ee9a898906..1ac865850b 100644
--- a/tizen/src/emulator_options.h
+++ b/tizen/src/emulator_options.h
@@ -31,6 +31,8 @@
#include "emulator_common.h"
+#define KEYWORD_BIN_PATH "_BIN_PATH_"
+
void set_variable(const char * const arg1, const char * const arg2, bool override);
char *get_variable(const char * const name);
void reset_variables(void);