summaryrefslogtreecommitdiffstats
path: root/hci/include/vendor.h
diff options
context:
space:
mode:
Diffstat (limited to 'hci/include/vendor.h')
-rw-r--r--hci/include/vendor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hci/include/vendor.h b/hci/include/vendor.h
index ec948fe60..3fe96cf26 100644
--- a/hci/include/vendor.h
+++ b/hci/include/vendor.h
@@ -69,7 +69,7 @@ typedef struct vendor_t{
/** SSR cleanup is used in HW reset cases
** which would close all the client channels
** and turns off the chip*/
- void (*ssr_cleanup) (void);
+ void (*ssr_cleanup) (int reason);
} vendor_t;
const vendor_t *vendor_get_interface();