summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-12-16 05:13:07 -0500
committermidipix <writeonce@midipix.org>2015-12-16 05:13:07 -0500
commit333bf0f71734c6e8f3c0d6e419f282c968efc7ae (patch)
tree123b377eb7b7f3b5a1e4e994c12ee9ef51bc8e43 /include
parente17a99b6b1c16b2c5ab2c23d4c51ea335a707474 (diff)
downloadsofort-333bf0f71734c6e8f3c0d6e419f282c968efc7ae.tar.bz2
sofort-333bf0f71734c6e8f3c0d6e419f282c968efc7ae.tar.xz
driver: added sfrt_create_driver_ctx().
Diffstat (limited to 'include')
-rw-r--r--include/sofort/sofort.h1
1 files changed, 1 insertions, 0 deletions
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 **);