#ifndef __HID_ROCCAT_PYRA_H
#define __HID_ROCCAT_PYRA_H
#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));
enum pyra_mouse_event_audio_types { … };
enum pyra_mouse_event_button_types { … };
enum { … };
struct pyra_roccat_report { … } __attribute__ ((packed));
struct pyra_device { … };
#endif