GNU Linux-libre 5.19-rc6-gnu
[releases.git] / drivers / hid / hid-vivaldi-common.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _HID_VIVALDI_COMMON_H
3 #define _HID_VIVALDI_COMMON_H
4
5 struct hid_device;
6 struct hid_field;
7 struct hid_input;
8 struct hid_usage;
9
10 void vivaldi_feature_mapping(struct hid_device *hdev,
11                              struct hid_field *field, struct hid_usage *usage);
12
13 int vivaldi_input_configured(struct hid_device *hdev,
14                              struct hid_input *hidinput);
15
16 #endif /* _HID_VIVALDI_COMMON_H */