diff options
| author | Xin LI <delphij@FreeBSD.org> | 2009-03-17 21:20:39 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2009-03-17 21:20:39 +0000 |
| commit | 38d3e5fecf8a2ac599be7f1b61ad176012dd3ba2 (patch) | |
| tree | bb32e20c48bb8e67bf8953f3f4d12bd259587f3b /lib/libusb | |
| parent | 8f27a91f74486d44b5c7d1d12ccf8151ed230b28 (diff) | |
Notes
Diffstat (limited to 'lib/libusb')
| -rw-r--r-- | lib/libusb/libusb20.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libusb/libusb20.h b/lib/libusb/libusb20.h index 89cb75eaa999..5125f91f4086 100644 --- a/lib/libusb/libusb20.h +++ b/lib/libusb/libusb20.h @@ -274,6 +274,8 @@ int libusb20_be_get_dev_quirk(struct libusb20_backend *pbe, uint16_t index, stru int libusb20_be_get_quirk_name(struct libusb20_backend *pbe, uint16_t index, struct libusb20_quirk *pq); int libusb20_be_add_dev_quirk(struct libusb20_backend *pbe, struct libusb20_quirk *pq); int libusb20_be_remove_dev_quirk(struct libusb20_backend *pbe, struct libusb20_quirk *pq); +int libusb20_be_get_template(struct libusb20_backend *pbe, int *ptemp); +int libusb20_be_set_template(struct libusb20_backend *pbe, int temp); /* USB backend operations */ |
