cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

hid-vivaldi-common.h (415B)


      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_input;
      8struct hid_usage;
      9
     10void vivaldi_feature_mapping(struct hid_device *hdev,
     11			     struct hid_field *field, struct hid_usage *usage);
     12
     13int vivaldi_input_configured(struct hid_device *hdev,
     14			     struct hid_input *hidinput);
     15
     16#endif /* _HID_VIVALDI_COMMON_H */