repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
bin
/
hid_decode
/
UserlandHID.h
blob
4962670a3b7bcaa4783810807ff043bfc1b8bfb2
1
#ifndef HID_USERLAND_H
2
#define HID_USERLAND_H
3
4
#include <stdio.h>
5
6
#define TRACE(x...)
/*printf(x)*/
7
#define TRACE_ALWAYS(x...) printf(x)
8
9
#endif