summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-06-18 07:07:13 +0200
committerDoug Zongker <dougz@android.com>2009-06-18 07:07:13 +0200
commitd683785ec9d36a9f4c7de1983f69a1f049132365 (patch)
tree23ad6c933463bd0506ce492b7fba92dc7006ae48 /common.h
parentam e3da02e7: add less_than_int, greater_than_int to edify (diff)
parentlet the "firmware" command take the file straight from the package (diff)
downloadandroid_bootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.tar
android_bootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.tar.gz
android_bootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.tar.bz2
android_bootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.tar.lz
android_bootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.tar.xz
android_bootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.tar.zst
android_bootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 98ce86894..67611592a 100644
--- a/common.h
+++ b/common.h
@@ -90,4 +90,7 @@ void ui_reset_progress();
#define LOGD(...) do {} while (0)
#endif
+#define STRINGIFY(x) #x
+#define EXPAND(x) STRINGIFY(x)
+
#endif // RECOVERY_COMMON_H