libusbgx: Add import function functionality
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Sat, 5 Jul 2014 11:52:41 +0000 (13:52 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 22 Dec 2015 19:44:37 +0000 (20:44 +0100)
commitc478fc8d7ccf8c20a110d8cf9185af2e7bb3f1b1
tree7e42fa892937c8b34c41beb863570e2764f24cf5
parent001658b57677826808c9e001ca8ae3c5f6825ab5
libusbgx: Add import function functionality

Functions can be exported to file using usbg_export_function().
This commit adds complementary API function usbg_import_function()
which allows to import function from file to configfs.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
[Port from libusbg and update description]
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
include/usbg/usbg.h
src/usbg.c