linux/drivers/hid/hid-roccat-pyra.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef __HID_ROCCAT_PYRA_H
#define __HID_ROCCAT_PYRA_H

/*
 * Copyright (c) 2010 Stefan Achatz <[email protected]>
 */

/*
 */

#include <linux/types.h>

enum {};

enum pyra_control_requests {};

struct pyra_settings {} __attribute__ ((packed));

struct pyra_profile_settings {} __attribute__ ((packed));

struct pyra_info {} __attribute__ ((packed));

enum pyra_commands {};

enum pyra_mouse_report_numbers {};

struct pyra_mouse_event_button {} __attribute__ ((packed));

struct pyra_mouse_event_audio {} __attribute__ ((packed));

/* hid audio controls */
enum pyra_mouse_event_audio_types {};

enum pyra_mouse_event_button_types {};

enum {};

struct pyra_roccat_report {} __attribute__ ((packed));

struct pyra_device {};

#endif