| Commit | Line | Data |
|---|---|---|
| cbfa0ac6 MG |
1 | #define XPCU_CLAIM 1 |
| 2 | #define XPCU_RELEASE 0 | |
| 3 | ||
| 501f1c21 MG |
4 | #define ENABLE_INTERRUPT 1 |
| 5 | #define DISABLE_INTERRUPT 0 | |
| 6 | ||
| 19acdb82 MG |
7 | int __attribute__ ((visibility ("hidden"))) xpcu_deviceinfo(struct usb_get_device_data *ugdd); |
| 8 | int __attribute__ ((visibility ("hidden"))) xpcu_transfer(struct usb_transfer *ut); | |
| 9 | int __attribute__ ((visibility ("hidden"))) xpcu_set_interface(struct usb_set_interface *usi); | |
| 10 | int __attribute__ ((visibility ("hidden"))) xpcu_find(struct event *e); | |
| 11 | int __attribute__ ((visibility ("hidden"))) xpcu_found(struct event *e); | |
| 12 | int __attribute__ ((visibility ("hidden"))) xpcu_close(struct event *e); | |
| 13 | int __attribute__ ((visibility ("hidden"))) xpcu_int_state(struct interrupt *it, int enable); | |
| 14 | int __attribute__ ((visibility ("hidden"))) xpcu_int_wait(struct interrupt *it); |