From 333bf0f71734c6e8f3c0d6e419f282c968efc7ae Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 16 Dec 2015 05:13:07 -0500 Subject: driver: added sfrt_create_driver_ctx(). --- include/sofort/sofort.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sofort/sofort.h b/include/sofort/sofort.h index 0808bbe..a8373a1 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -73,6 +73,7 @@ struct sfrt_unit_ctx { /* driver api */ sfrt_api int sfrt_get_driver_ctx (const char ** argv, const char ** envp, uint32_t flags, struct sfrt_driver_ctx **); +sfrt_api int sfrt_create_driver_ctx (const struct sfrt_common_ctx *, struct sfrt_driver_ctx **); sfrt_api void sfrt_free_driver_ctx (struct sfrt_driver_ctx *); sfrt_api int sfrt_get_unit_ctx (const struct sfrt_driver_ctx *, const char * path, struct sfrt_unit_ctx **); -- cgit v1.2.3