From 2673cec07a4740f86438b50cfe1b70b258a9a8c8 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 2 Apr 2013 20:22:16 +0000 Subject: Move all AOSP code out of recovery binary Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 --- twcommon.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 twcommon.h (limited to 'twcommon.h') diff --git a/twcommon.h b/twcommon.h new file mode 100644 index 000000000..2c96d04e2 --- /dev/null +++ b/twcommon.h @@ -0,0 +1,19 @@ +#ifndef TWCOMMON_HPP +#define TWCOMMON_HPP + +#ifdef __cplusplus +extern "C" { +#endif + +#include "gui/gui.h" +#define LOGERR(...) gui_print("E:" __VA_ARGS__) +#define LOGINFO(...) fprintf(stdout, "I:" __VA_ARGS__) + +#define STRINGIFY(x) #x +#define EXPAND(x) STRINGIFY(x) + +#ifdef __cplusplus +} +#endif + +#endif // TWCOMMON_HPP -- cgit v1.2.3