diff options
Diffstat (limited to 'libthor/thor_internal.h')
-rw-r--r-- | libthor/thor_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libthor/thor_internal.h b/libthor/thor_internal.h index 20085b4..70ccfd4 100644 --- a/libthor/thor_internal.h +++ b/libthor/thor_internal.h @@ -65,5 +65,7 @@ int t_usb_find_device(struct thor_device_id *dev_id, int wait, void t_usb_close_device(struct thor_device_handle *th); +int t_acm_prepare_device(struct thor_device_handle *th); + #endif /* THOR_INTERNAL_H__ */ |