btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / servers / bluetooth / Debug.h
blob5d6ccc5cc593aa34bbeb3dc0fc370bbdf6cb9cdc
1 /*
2 * Copyright 2016, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Augustin Cavalier, <waddlesplash>
7 */
8 #ifndef _BLUETOOTH_SERVER_DEBUG_H
9 #define _BLUETOOTH_SERVER_DEBUG_H
11 //#ifdef TRACE_BLUETOOTH_SERVER
12 #if 1
13 # define TRACE_BT(x...) printf(x)
14 #else
15 # define TRACE_BT(x)
16 #endif
18 #endif