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

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

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

/*
 */

#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