btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / bin / hid_decode / UserlandHID.h
blob4962670a3b7bcaa4783810807ff043bfc1b8bfb2
1 #ifndef HID_USERLAND_H
2 #define HID_USERLAND_H
4 #include <stdio.h>
6 #define TRACE(x...) /*printf(x)*/
7 #define TRACE_ALWAYS(x...) printf(x)
9 #endif