- 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:
@@ -14,6 +14,16 @@
|
|||||||
|
|
||||||
#include "tty.h"
|
#include "tty.h"
|
||||||
|
|
||||||
|
//#define TTY_TRACE
|
||||||
|
#ifdef TTY_TRACE
|
||||||
|
# define TRACE(x) dprintf x
|
||||||
|
#else
|
||||||
|
# define TRACE(x) ;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
tty_open(struct ttyfile *, struct ddrover *, tty_service_func)
|
tty_open(struct ttyfile *, struct ddrover *, tty_service_func)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user