Merge tag 'landlock-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mic...
[linux-block.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_usage;
8
9 void vivaldi_feature_mapping(struct hid_device *hdev,
10                              struct hid_field *field, struct hid_usage *usage);
11
12 extern const struct attribute_group *vivaldi_attribute_groups[];
13
14 #endif /* _HID_VIVALDI_COMMON_H */