Changeset 58563585 in mainline for uspace/lib/usb/include/usb/dev.h
- Timestamp:
- 2016-08-31T11:15:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/dev.h
r7a67416 r58563585 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup libusb 29 30 * @{ 30 31 */ 32 31 33 /** @file 32 34 * Common USB types and functions. 33 35 */ 36 34 37 #ifndef LIBUSB_DEV_H_ 35 38 #define LIBUSB_DEV_H_ … … 37 40 #include <devman.h> 38 41 39 int usb_resolve_device_handle(const char *, devman_handle_t *); 42 extern int usb_resolve_device_handle(const char *, devman_handle_t *); 43 40 44 #endif 45 41 46 /** 42 47 * @}
Note:
See TracChangeset
for help on using the changeset viewer.