libusbgx: Move gadget schemes functionality to separate file
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 22 Dec 2015 20:07:20 +0000 (21:07 +0100)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 22 Dec 2015 20:41:57 +0000 (21:41 +0100)
commit0927f81ee32d52fd47b17a58e019436b5a1be710
tree3a39b9c49ac0c30df23d38bf5d2549fafe833bd1
parentc2f0e176395cd15b745de5fc0727206bb36c5d78
libusbgx: Move gadget schemes functionality to separate file

Having wholle code in one file hurts code readability.
It would be more convenient to split this large file
into a few smaller. This commits move whole functinality
related to gadget schemes to separate file.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
include/usbg/usbg_internal.h
src/Makefile.am
src/usbg.c
src/usbg_schemes_libconfig.c [new file with mode: 0644]