/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __HID_ROCCAT_ISKU_H #define __HID_ROCCAT_ISKU_H /* * Copyright (c) 2011 Stefan Achatz <[email protected]> */ /* */ #include <linux/types.h> enum { … }; enum { … }; struct isku_actual_profile { … } __packed; enum isku_commands { … }; struct isku_report_button { … }; enum isku_report_numbers { … }; enum isku_report_button_events { … }; struct isku_roccat_report { … } __packed; struct isku_device { … }; #endif