]> Git Repo - linux.git/blob - drivers/hid/hid-vivaldi-common.h
Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
[linux.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_input;
8 struct hid_usage;
9
10 void vivaldi_feature_mapping(struct hid_device *hdev,
11                              struct hid_field *field, struct hid_usage *usage);
12
13 int vivaldi_input_configured(struct hid_device *hdev,
14                              struct hid_input *hidinput);
15
16 #endif /* _HID_VIVALDI_COMMON_H */
This page took 0.028995 seconds and 4 git commands to generate.