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/riscv/20230725.071352~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94357c13fbde4279b852084f6f53b459b72b3961;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 bcc5a4cd2c17..bf57573565cd 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h @@ -37,6 +37,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