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

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

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

/*
 */

#include <linux/types.h>

struct savu_mouse_report_special {} __packed;

enum {};

enum savu_mouse_report_button_types {};

struct savu_roccat_report {} __packed;

#endif