aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/rfcomm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/rfcomm.h')
-rw-r--r--include/net/bluetooth/rfcomm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/bluetooth/rfcomm.h b/include/net/bluetooth/rfcomm.h
index 4e24fcd..45261cc 100644
--- a/include/net/bluetooth/rfcomm.h
+++ b/include/net/bluetooth/rfcomm.h
@@ -20,7 +20,9 @@
COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS, RELATING TO USE OF THIS
SOFTWARE IS DISCLAIMED.
*/
-
+#if defined(CONFIG_BT_TIZEN)
+#include "tizen/rfcomm.h"
+#else
#ifndef __RFCOMM_H
#define __RFCOMM_H
@@ -370,3 +372,4 @@ static inline void rfcomm_cleanup_ttys(void)
}
#endif
#endif /* __RFCOMM_H */
+#endif /* CONFIG_BT_TIZEN */