diff options
Diffstat (limited to 'net/bluetooth/hidp/hidp.h')
-rw-r--r-- | net/bluetooth/hidp/hidp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index 8d934a19da0a..2cc35dc8fa03 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h | |||
@@ -157,6 +157,9 @@ struct hidp_session { | |||
157 | /* Report descriptor */ | 157 | /* Report descriptor */ |
158 | __u8 *rd_data; | 158 | __u8 *rd_data; |
159 | uint rd_size; | 159 | uint rd_size; |
160 | |||
161 | wait_queue_head_t startup_queue; | ||
162 | int waiting_for_startup; | ||
160 | }; | 163 | }; |
161 | 164 | ||
162 | static inline void hidp_schedule(struct hidp_session *session) | 165 | static inline void hidp_schedule(struct hidp_session *session) |