diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sofort/sofort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sofort/sofort.h b/include/sofort/sofort.h index 76b8b70..c5f278a 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -119,7 +119,7 @@ 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 **); sfrt_api void sfrt_free_unit_ctx (struct sfrt_unit_ctx *); -sfrt_api int sfrt_map_input (int fd, const char * path, int prot, struct sfrt_input *); +sfrt_api int sfrt_map_input (const struct sfrt_driver_ctx *, int fd, const char * path, int prot, struct sfrt_input *); sfrt_api int sfrt_unmap_input (struct sfrt_input *); /* utility api */ |