libusbgx: Make usbg_lookup_function_type() publicly available
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 22 Sep 2014 10:46:22 +0000 (12:46 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 22 Dec 2015 20:05:46 +0000 (21:05 +0100)
commiteb3de1983ab0f149abb98ae908d520c7284799c6
treefed255d80b59ddc6e261d3ec6479564e56a35162
parent22ad8219e6ec22ebff8546265e0d1bcd280c7dfc
libusbgx: Make usbg_lookup_function_type() publicly available

Users of library may often receive function type as a string.
Instead of implementing parsing of such string in each program
it would be more convenient to provide such support in library.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
include/usbg/usbg.h
src/usbg.c