diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-04-30 11:56:43 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-04-30 11:56:43 -0400 |
commit | 0006433a5be9e0e155ad493e33c6e9bf3868a87f (patch) | |
tree | 3993166ba48d5c6259c04c836c5b4bd5f4643b85 /drivers/bluetooth/btmrvl_sdio.h | |
parent | bb0f8609ba9a41aa7a24109926a0f540dc2a7c6d (diff) | |
parent | 22e70786413ed05950207eda7be420c280b776d7 (diff) | |
download | linux-0006433a5be9e0e155ad493e33c6e9bf3868a87f.tar.gz |
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Diffstat (limited to 'drivers/bluetooth/btmrvl_sdio.h')
-rw-r--r-- | drivers/bluetooth/btmrvl_sdio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/btmrvl_sdio.h b/drivers/bluetooth/btmrvl_sdio.h index 43d35a609ca9..d4dd3b0fa53d 100644 --- a/drivers/bluetooth/btmrvl_sdio.h +++ b/drivers/bluetooth/btmrvl_sdio.h @@ -78,6 +78,9 @@ struct btmrvl_sdio_card_reg { u8 io_port_0; u8 io_port_1; u8 io_port_2; + bool int_read_to_clear; + u8 host_int_rsr; + u8 card_misc_cfg; }; struct btmrvl_sdio_card { |