Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _HID_VIVALDI_COMMON_H
0003 #define _HID_VIVALDI_COMMON_H
0004 
0005 struct hid_device;
0006 struct hid_field;
0007 struct hid_input;
0008 struct hid_usage;
0009 
0010 void vivaldi_feature_mapping(struct hid_device *hdev,
0011                  struct hid_field *field, struct hid_usage *usage);
0012 
0013 int vivaldi_input_configured(struct hid_device *hdev,
0014                  struct hid_input *hidinput);
0015 
0016 #endif /* _HID_VIVALDI_COMMON_H */