diff options
| author | Warner Losh <imp@FreeBSD.org> | 2018-10-26 04:11:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2018-10-26 04:11:58 +0000 |
| commit | f263471a3adb88b86c376a195eb15c3345e20eac (patch) | |
| tree | 62b7635b0ee708de5f0edd95ad35031753448d1c /sys | |
| parent | 7c320a22df5ab45459c0b67891454aa9b1c39758 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/joystick.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/joystick.h b/sys/sys/joystick.h index 60a89dce38c3..e3f36aaddb14 100644 --- a/sys/sys/joystick.h +++ b/sys/sys/joystick.h @@ -49,4 +49,6 @@ struct joystick { #define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */ #define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */ +#warning "This interface is for obsolete hardware and will be removed in FreeBSD 13" + #endif /* !_SYS_JOYSTICK_H_ */ |
