- TRACE() def
- rename private header git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25199 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
42889352f8
commit
9fa346e6cc
@ -14,6 +14,16 @@
|
||||
|
||||
#include "tty.h"
|
||||
|
||||
//#define TTY_TRACE
|
||||
#ifdef TTY_TRACE
|
||||
# define TRACE(x) dprintf x
|
||||
#else
|
||||
# define TRACE(x) ;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
status_t
|
||||
tty_open(struct ttyfile *, struct ddrover *, tty_service_func)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user