summaryrefslogtreecommitdiffstats
path: root/hci/include/hci_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'hci/include/hci_layer.h')
-rw-r--r--hci/include/hci_layer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hci/include/hci_layer.h b/hci/include/hci_layer.h
index bdc468146..26841440d 100644
--- a/hci/include/hci_layer.h
+++ b/hci/include/hci_layer.h
@@ -98,6 +98,11 @@ typedef struct hci_t {
// Send some data downward through the HCI layer
void (*transmit_downward)(data_dispatcher_type_t type, void *data);
+
+ /** SSR cleanup is used in HW reset cases
+ ** which would close all the client channels
+ ** and turns off the chip*/
+ void (*ssr_cleanup)(void);
} hci_t;
const hci_t *hci_layer_get_interface();