linux/drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * HID report descriptors, structures and routines
 * Copyright 2020-2021 Advanced Micro Devices, Inc.
 * Authors: Nehal Bakulchandra Shah <[email protected]>
 *	    Sandeep Singh <[email protected]>
 *	    Basavaraj Natikar <[email protected]>
 */

#ifndef AMD_SFH_HID_DESCRIPTOR_H
#define AMD_SFH_HID_DESCRIPTOR_H

enum desc_type {};

struct common_feature_property {} __packed;

struct common_input_property {} __packed;

struct accel3_feature_report {} __packed;

struct accel3_input_report {} __packed;

struct gyro_feature_report {} __packed;

struct gyro_input_report {} __packed;

struct magno_feature_report {} __packed;

struct magno_input_report {} __packed;

struct als_feature_report {} __packed;

struct als_input_report {} __packed;

struct hpd_feature_report {} __packed;

struct hpd_input_report {} __packed;

#endif