Linux Kernel
3.7.1
|
#include <atari_joystick.h>
Data Fields | |
char | fire |
char | dir |
int | ready |
int | active |
wait_queue_head_t | wait |
Definition at line 14 of file atari_joystick.h.
int active |
Definition at line 18 of file atari_joystick.h.
char dir |
Definition at line 16 of file atari_joystick.h.
char fire |
Definition at line 15 of file atari_joystick.h.
int ready |
Definition at line 17 of file atari_joystick.h.
wait_queue_head_t wait |
Definition at line 19 of file atari_joystick.h.