From: Sudha Bheemanna Date: Tue, 23 Aug 2016 11:37:10 +0000 (+0530) Subject: Bluetooth: Add "TIZEN_BT" flag X-Git-Tag: accepted/tizen/unified/toolchain/20240311.065846~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dcfb0d4bce39f479717faef17d7df4e0d130b7cf;p=platform%2Fkernel%2Flinux-starfive.git Bluetooth: Add "TIZEN_BT" flag Added the tizen specific flag for use in adding tizen patches. Change-Id: Ia391644fddbe600c8d845e0bf0808f587aa73e0c Signed-off-by: Sudha Bheemanna Signed-off-by: DoHyun Pyun Signed-off-by: Amit Purwar Signed-off-by: Wootak Jung --- diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index aa90adc..5a3d66e 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h @@ -38,6 +38,9 @@ #define PF_BLUETOOTH AF_BLUETOOTH #endif +/*To enable Tizen specific fixes */ +#define TIZEN_BT + /* Bluetooth versions */ #define BLUETOOTH_VER_1_1 1 #define BLUETOOTH_VER_1_2 2