diff options
author | James Bottomley <jejb@titanic.(none)> | 2005-11-10 09:29:07 -0500 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-11-10 09:29:07 -0500 |
commit | 8a87a0b6313109d2fea87b1271d497c954ce2ca8 (patch) | |
tree | 1b7ae51ff681e27118590e9cab4bf0ce38f5d80e /drivers/media/dvb/bt8xx/dst_common.h | |
parent | e6a04466ba965875a6132700fabb2f2c0249c41a (diff) | |
parent | 3b44f137b9a846c5452d9e6e1271b79b1dbcc942 (diff) |
Merge by hand (whitespace conflicts in libata.h)
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/media/dvb/bt8xx/dst_common.h')
-rw-r--r-- | drivers/media/dvb/bt8xx/dst_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_common.h b/drivers/media/dvb/bt8xx/dst_common.h index 3281a6ca3685..81557f38fe38 100644 --- a/drivers/media/dvb/bt8xx/dst_common.h +++ b/drivers/media/dvb/bt8xx/dst_common.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #ifndef DST_COMMON_H | 22 | #ifndef DST_COMMON_H |
23 | #define DST_COMMON_H | 23 | #define DST_COMMON_H |
24 | 24 | ||
25 | #include <linux/smp_lock.h> | ||
25 | #include <linux/dvb/frontend.h> | 26 | #include <linux/dvb/frontend.h> |
26 | #include <linux/device.h> | 27 | #include <linux/device.h> |
27 | #include "bt878.h" | 28 | #include "bt878.h" |
@@ -49,6 +50,7 @@ | |||
49 | #define DST_TYPE_HAS_FW_BUILD 64 | 50 | #define DST_TYPE_HAS_FW_BUILD 64 |
50 | #define DST_TYPE_HAS_OBS_REGS 128 | 51 | #define DST_TYPE_HAS_OBS_REGS 128 |
51 | #define DST_TYPE_HAS_INC_COUNT 256 | 52 | #define DST_TYPE_HAS_INC_COUNT 256 |
53 | #define DST_TYPE_HAS_MULTI_FE 512 | ||
52 | 54 | ||
53 | /* Card capability list */ | 55 | /* Card capability list */ |
54 | 56 | ||
@@ -117,6 +119,9 @@ struct dst_state { | |||
117 | u8 fw_version[8]; | 119 | u8 fw_version[8]; |
118 | u8 card_info[8]; | 120 | u8 card_info[8]; |
119 | u8 vendor[8]; | 121 | u8 vendor[8]; |
122 | u8 board_info[8]; | ||
123 | |||
124 | struct semaphore dst_mutex; | ||
120 | }; | 125 | }; |
121 | 126 | ||
122 | struct dst_types { | 127 | struct dst_types { |