133bbe04aSStephen Boyd /* SPDX-License-Identifier: GPL-2.0 */
233bbe04aSStephen Boyd #ifndef _HID_VIVALDI_COMMON_H
333bbe04aSStephen Boyd #define _HID_VIVALDI_COMMON_H
433bbe04aSStephen Boyd 
533bbe04aSStephen Boyd struct hid_device;
633bbe04aSStephen Boyd struct hid_field;
733bbe04aSStephen Boyd struct hid_usage;
833bbe04aSStephen Boyd 
933bbe04aSStephen Boyd void vivaldi_feature_mapping(struct hid_device *hdev,
1033bbe04aSStephen Boyd 			     struct hid_field *field, struct hid_usage *usage);
1133bbe04aSStephen Boyd 
12*9f4441fcSGreg Kroah-Hartman extern const struct attribute_group *vivaldi_attribute_groups[];
1333bbe04aSStephen Boyd 
1433bbe04aSStephen Boyd #endif /* _HID_VIVALDI_COMMON_H */
15