diff options
-rw-r--r-- | hid_linux.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/hid_linux.h b/hid_linux.h deleted file mode 100644 index a5d978e..0000000 --- a/hid_linux.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _HID_LINUX_H -#define _HID_LINUX_H - - -/* - * these are exported so they can be used in the implementation of [linuxhid] - */ -void hid_print(t_hid* x); -t_int hid_open_device(t_hid *x, t_int device_number); -t_int hid_close_device(t_hid *x); -t_int hid_build_device_list(t_hid *x); - - -#endif /* ! _HID_LINUX_H */ |