You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
371 B
15 lines
371 B
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _HID_VIVALDI_COMMON_H
|
|
#define _HID_VIVALDI_COMMON_H
|
|
|
|
struct hid_device;
|
|
struct hid_field;
|
|
struct hid_usage;
|
|
|
|
void vivaldi_feature_mapping(struct hid_device *hdev,
|
|
struct hid_field *field, struct hid_usage *usage);
|
|
|
|
extern const struct attribute_group *vivaldi_attribute_groups[];
|
|
|
|
#endif /* _HID_VIVALDI_COMMON_H */
|