diff options
author | 2019-05-20 08:32:11 -0700 | |
---|---|---|
committer | 2019-05-20 08:32:11 -0700 | |
commit | f29f24b5568fd6169e0363c78f1a80db38d0e7e9 (patch) | |
tree | 835abaf6e1bb95b9d388f4249f355618e9da1489 /net/bluetooth/hci_request.h | |
parent | Merge branch 'am5-sdio-fixes' into fixes (diff) | |
parent | ARM: dts: dra71x: Disable usb4_tm target module (diff) | |
download | wireguard-linux-f29f24b5568fd6169e0363c78f1a80db38d0e7e9.tar.xz wireguard-linux-f29f24b5568fd6169e0363c78f1a80db38d0e7e9.zip |
Merge branch 'fixes-dra7' into fixes
Diffstat (limited to 'net/bluetooth/hci_request.h')
-rw-r--r-- | net/bluetooth/hci_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/hci_request.h b/net/bluetooth/hci_request.h index 692cc8b13368..55b2050cc9ff 100644 --- a/net/bluetooth/hci_request.h +++ b/net/bluetooth/hci_request.h @@ -37,6 +37,7 @@ struct hci_request { void hci_req_init(struct hci_request *req, struct hci_dev *hdev); void hci_req_purge(struct hci_request *req); +bool hci_req_status_pend(struct hci_dev *hdev); int hci_req_run(struct hci_request *req, hci_req_complete_t complete); int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete); void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, |