summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-08-11 10:52:50 -0700
committerAlex Deymo <deymo@google.com>2016-08-11 11:49:36 -0700
commitde88369898a5df64d95a8e169f4c6766d676f412 (patch)
treeeefbff892155adeb63f698bd29032e668a9116a5
parentfa2faf61e974d883cff4060496d4ddc753885789 (diff)
downloadmarvell-de88369898a5df64d95a8e169f4c6766d676f412.tar.gz
Define what's TRUE and what's FALSE in life.HEADmastermain
Bug: None TEST=`make` Change-Id: I20a81a9943f4c3f09fc9e312e19013c02a631e70
-rwxr-xr-xperipheral/bt/bt_vendor_mrvl.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/peripheral/bt/bt_vendor_mrvl.c b/peripheral/bt/bt_vendor_mrvl.c
index 1ef0f36..5cad1d4 100755
--- a/peripheral/bt/bt_vendor_mrvl.c
+++ b/peripheral/bt/bt_vendor_mrvl.c
@@ -37,6 +37,13 @@
#include "marvell_wireless.h"
#include "bt_hci_bdroid.h"
+#ifndef TRUE
+#define TRUE 1
+#endif
+#ifndef FALSE
+#define FALSE 0
+#endif
+
/* define log functions here */
#define LOG_TAG "libbt-vendor-mrvl"
#include <cutils/log.h>