diff options
Diffstat (limited to 'device.h')
| -rw-r--r-- | device.h | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -23,7 +23,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||
| 23 | 23 | ||
| 24 | #include "usb.h" | 24 | #include "usb.h" |
| 25 | 25 | ||
| 26 | void device_add(struct usb_device *dev); | 26 | void device_data_input(struct usb_device *dev, unsigned char *buf, int length); |
| 27 | |||
| 28 | int device_add(struct usb_device *dev); | ||
| 27 | void device_remove(struct usb_device *dev); | 29 | void device_remove(struct usb_device *dev); |
| 28 | 30 | ||
| 31 | void device_init(void); | ||
| 32 | void device_shutdown(void); | ||
| 29 | #endif | 33 | #endif |
