aboutsummaryrefslogtreecommitdiff
path: root/hid_linux.h
blob: a5d978ec7b63a309aeb5a1a16f31b6dce3a4e455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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 */