diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-22 03:12:20 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-09-22 03:12:20 +0000 |
commit | 8a08779940c0e5d7328813406713c241de23c35b (patch) | |
tree | ac2684a53f74f3a35e6297f402bea060fffe9ee8 | |
parent | 0b3c5e1eacd8f96217b577e2fe52ad2689dfeb98 (diff) |
[linuxhid] is now an obsolete idea, so delete this cruft
svn path=/trunk/externals/hcs/hid/; revision=5997
-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 */ |