#ifndef __HID_ROCCAT_KONEPLUS_H
#define __HID_ROCCAT_KONEPLUS_H
#include <linux/types.h>
enum { … };
enum koneplus_control_requests { … };
struct koneplus_actual_profile { … } __attribute__ ((packed));
struct koneplus_info { … } __attribute__ ((packed));
enum koneplus_commands { … };
enum koneplus_mouse_report_numbers { … };
struct koneplus_mouse_report_button { … } __attribute__ ((packed));
enum koneplus_mouse_report_button_types { … };
enum koneplus_mouse_report_button_action { … };
struct koneplus_roccat_report { … } __attribute__ ((packed));
struct koneplus_device { … };
#endif