Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.9 14 lines 371 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _HID_VIVALDI_COMMON_H 3#define _HID_VIVALDI_COMMON_H 4 5struct hid_device; 6struct hid_field; 7struct hid_usage; 8 9void vivaldi_feature_mapping(struct hid_device *hdev, 10 struct hid_field *field, struct hid_usage *usage); 11 12extern const struct attribute_group *vivaldi_attribute_groups[]; 13 14#endif /* _HID_VIVALDI_COMMON_H */