https://github.com/torvalds/linux
Raw File
Tip revision: 33cc938e65a98f1d29d0a18403dbbee050dcad9a authored by Linus Torvalds on 03 December 2023, 09:52:56 UTC
Linux 6.7-rc4
Tip revision: 33cc938
hid-vivaldi-common.h
/* 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 */
back to top