- 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:
François Revol 2008-04-26 21:37:17 +00:00
parent 42889352f8
commit 9fa346e6cc
2 changed files with 10 additions and 0 deletions

View File

@ -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)
{