#ifndef __HID_ROCCAT_KOVAPLUS_H
#define __HID_ROCCAT_KOVAPLUS_H
#include <linux/types.h>
enum { … };
enum kovaplus_control_requests { … };
struct kovaplus_actual_profile { … } __packed;
struct kovaplus_profile_settings { … } __packed;
struct kovaplus_profile_buttons { … } __packed;
struct kovaplus_info { … } __packed;
enum kovaplus_commands { … };
enum kovaplus_mouse_report_numbers { … };
struct kovaplus_mouse_report_button { … } __packed;
enum kovaplus_mouse_report_button_types { … };
enum kovaplus_mouse_report_button_actions { … };
struct kovaplus_roccat_report { … } __packed;
struct kovaplus_device { … };
#endif