]>
Commit | Line | Data |
---|---|---|
33bbe04a SB |
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; | |
33bbe04a SB |
7 | struct hid_usage; |
8 | ||
9 | void vivaldi_feature_mapping(struct hid_device *hdev, | |
10 | struct hid_field *field, struct hid_usage *usage); | |
11 | ||
9f4441fc | 12 | extern const struct attribute_group *vivaldi_attribute_groups[]; |
33bbe04a SB |
13 | |
14 | #endif /* _HID_VIVALDI_COMMON_H */ |