Go to the documentation of this file.
25 #ifndef _LINUX_JOYSTICK_H
26 #define _LINUX_JOYSTICK_H
30 #if BITS_PER_LONG == 64
31 #define JS_DATA_SAVE_TYPE JS_DATA_SAVE_TYPE_64
32 #elif BITS_PER_LONG == 32
33 #define JS_DATA_SAVE_TYPE JS_DATA_SAVE_TYPE_32
35 #error Unexpected BITS_PER_LONG