diff options
author | midipix <writeonce@midipix.org> | 2016-10-25 22:59:07 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-10-25 22:59:07 -0400 |
commit | 47a21b92c285ac4d5f4b1b9faf757311269725fd (patch) | |
tree | 74b84ae94928be35bb1557bf10615ee6edce8192 /include | |
parent | d413d68bcd714151b5bd064896e4ea61707b9833 (diff) | |
download | sofort-47a21b92c285ac4d5f4b1b9faf757311269725fd.tar.bz2 sofort-47a21b92c285ac4d5f4b1b9faf757311269725fd.tar.xz |
sfrt_map_input(): added error trace support.
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 */ |