aboutsummaryrefslogtreecommitdiffstats
path: root/src/4a-internals-hal/4a-internals-hal-api-loader.h
diff options
context:
space:
mode:
authorStéphane Desneux <stephane.desneux@iot.bzh>2019-10-17 13:41:13 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-10-17 13:41:13 +0000
commit9d23e5814b651a980bc20c0e9a45f43f36ec3926 (patch)
treeefa98f52a1dc013a72ed9860fc61916dc5e41fa1 /src/4a-internals-hal/4a-internals-hal-api-loader.h
parenta45ec9e85415bbc24f3950cf5a41cfc69bce30b9 (diff)
parent6baf3d19cfb593359d951c4353a48910802f73a2 (diff)
Merge "Add a function to delete all hal api"
Diffstat (limited to 'src/4a-internals-hal/4a-internals-hal-api-loader.h')
-rw-r--r--src/4a-internals-hal/4a-internals-hal-api-loader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/4a-internals-hal/4a-internals-hal-api-loader.h b/src/4a-internals-hal/4a-internals-hal-api-loader.h
index 1628e8a..2a47555 100644
--- a/src/4a-internals-hal/4a-internals-hal-api-loader.h
+++ b/src/4a-internals-hal/4a-internals-hal-api-loader.h
@@ -28,5 +28,6 @@
int InternalHalCreateApi(afb_api_t apiHandle, char *path, struct HalMgrData *halMgrData);
int InternalHalDeleteApi(afb_api_t apiHandle, struct cds_list_head *halDataListHead, struct HalData *toDeleteHalData);
int InternalHalCreateAllApi(afb_api_t apiHandle, struct HalMgrData *halMgrData);
+int InternalHalDeleteAllApi(afb_api_t apiHandle, struct HalMgrData *halMgrData);
#endif /* _INTERNALS_HAL_API_LOADER_INCLUDE_ */ \ No newline at end of file