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

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

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

/*
 */

#include <linux/types.h>

struct arvo_mode_key {} __packed;

struct arvo_button {} __packed;

struct arvo_info {} __packed;

struct arvo_key_mask {} __packed;

/* selected profile is persistent */
struct arvo_actual_profile {} __packed;

enum arvo_commands {};

struct arvo_special_report {} __packed;

enum arvo_special_report_events {};

enum arvo_special_report_event_masks {};

struct arvo_roccat_report {} __packed;

enum arvo_roccat_report_action {};

struct arvo_device {};

#endif