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

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

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

/*
 */

#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