2 * Copyright 2015-2016 Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
11 # define TRACE(x...) dprintf("bt: " x)
13 # define TRACE(x...) ;
16 #define ERROR(x...) dprintf("bt: " x)
17 #define CALLED(x...) TRACE("bt: CALLED %s\n", __PRETTY_FUNCTION__)
20 #endif /* _BTDEBUG_H */