old mode 100644new mode 100755| .. | .. |
|---|
| 31 | 31 | |
|---|
| 32 | 32 | extern int dbus_up(struct dhd_bus *pub); |
|---|
| 33 | 33 | extern int dbus_stop(struct dhd_bus *pub); |
|---|
| 34 | +extern int dbus_send_ctl(struct dhd_bus *pub, uint8 *buf, int len); |
|---|
| 35 | +extern int dbus_recv_ctl(struct dhd_bus *pub, uint8 *buf, int len); |
|---|
| 34 | 36 | /* |
|---|
| 35 | 37 | * Exported from dhd bus module (dhd_usb, dhd_sdio) |
|---|
| 36 | 38 | */ |
|---|
| .. | .. |
|---|
| 250 | 252 | static INLINE void dhd_bus_aer_config(struct dhd_bus *bus) { } |
|---|
| 251 | 253 | #endif /* LINUX || linux */ |
|---|
| 252 | 254 | |
|---|
| 255 | +extern struct device * dhd_bus_to_dev(struct dhd_bus *bus); |
|---|
| 256 | + |
|---|
| 253 | 257 | extern int dhdpcie_cto_init(struct dhd_bus *bus, bool enable); |
|---|
| 254 | 258 | extern int dhdpcie_cto_cfg_init(struct dhd_bus *bus, bool enable); |
|---|
| 255 | 259 | |
|---|
| .. | .. |
|---|
| 309 | 313 | static INLINE void dhd_bus_set_linkdown(dhd_pub_t *dhdp, bool val) { } |
|---|
| 310 | 314 | static INLINE int dhd_bus_get_linkdown(dhd_pub_t *dhdp) { return 0; } |
|---|
| 311 | 315 | static INLINE int dhd_bus_get_cto(dhd_pub_t *dhdp) { return 0; } |
|---|
| 312 | | -static INLINE int dhd_bus_checkdied(struct dhd_bus *bus, char *data, uint size) { return 0; } |
|---|
| 316 | +extern INLINE int dhd_bus_checkdied(struct dhd_bus *bus, char *data, uint size) { return 0; } |
|---|
| 313 | 317 | #endif /* BCMPCIE */ |
|---|
| 314 | 318 | |
|---|
| 315 | 319 | #if defined(BCMPCIE) && defined(EWP_ETD_PRSRV_LOGS) |
|---|