.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | #ifndef __HID_WIIMOTE_H |
---|
2 | 3 | #define __HID_WIIMOTE_H |
---|
3 | 4 | |
---|
.. | .. |
---|
7 | 8 | */ |
---|
8 | 9 | |
---|
9 | 10 | /* |
---|
10 | | - * This program is free software; you can redistribute it and/or modify it |
---|
11 | | - * under the terms of the GNU General Public License as published by the Free |
---|
12 | | - * Software Foundation; either version 2 of the License, or (at your option) |
---|
13 | | - * any later version. |
---|
14 | 11 | */ |
---|
15 | 12 | |
---|
16 | 13 | #include <linux/completion.h> |
---|
.. | .. |
---|
165 | 162 | struct work_struct init_worker; |
---|
166 | 163 | }; |
---|
167 | 164 | |
---|
| 165 | +extern bool wiimote_dpad_as_analog; |
---|
| 166 | + |
---|
168 | 167 | /* wiimote modules */ |
---|
169 | 168 | |
---|
170 | 169 | enum wiimod_module { |
---|