1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Copyright (c) 2010 Stefan Achatz <erazor_de@users.sourceforge.net>
12 #include <linux/hid.h>
13 #include <linux/types.h>
15 #define ROCCATIOCGREPSIZE _IOR('H', 0xf1, int)
19 int roccat_connect(const struct class *klass, struct hid_device *hid,
21 void roccat_disconnect(int minor);
22 int roccat_report_event(int minor, u8 const *data);