|
@@ -250,6 +250,8 @@ int brcmf_attach(struct device *dev, struct brcmf_mp_device *settings);
|
|
|
void brcmf_detach(struct device *dev);
|
|
|
/* Indication from bus module that dongle should be reset */
|
|
|
void brcmf_dev_reset(struct device *dev);
|
|
|
+/* Request from bus module to initiate a coredump */
|
|
|
+void brcmf_dev_coredump(struct device *dev);
|
|
|
|
|
|
/* Configure the "global" bus state used by upper layers */
|
|
|
void brcmf_bus_change_state(struct brcmf_bus *bus, enum brcmf_bus_state state);
|