diff options
| author | 2009-04-28 19:01:12 +0200 | |
|---|---|---|
| committer | 2009-04-28 19:01:12 +0200 | |
| commit | 53fb582e7729d5b7ed40ff04d912fcf5add7ce1c (patch) | |
| tree | 8dd1f4d5426421a3a84a9d5df43f2fba48d12143 /device.h | |
| parent | c2d46d901822c54a0677318522db62f30b8d5f04 (diff) | |
| download | usbmuxd-53fb582e7729d5b7ed40ff04d912fcf5add7ce1c.tar.gz usbmuxd-53fb582e7729d5b7ed40ff04d912fcf5add7ce1c.tar.bz2 | |
USB TX/RX, device framework, version packets
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 |
