From 0351d915db7dca377084a7e5fc859f0f16159049 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 6 Feb 2006 21:18:53 +0000 Subject: added input_arrays.? files which are generated from ./make-arrays-from-input.h.pl since it makes building [hid] so much easier svn path=/trunk/externals/hcs/hid/; revision=4558 --- input_arrays.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 input_arrays.h (limited to 'input_arrays.h') diff --git a/input_arrays.h b/input_arrays.h new file mode 100644 index 0000000..ea3ce75 --- /dev/null +++ b/input_arrays.h @@ -0,0 +1,42 @@ +#ifndef _INPUT_ARRAYS_H +#define _INPUT_ARRAYS_H + + +char *ev[32]; +char *ev_syn[512]; +char *ev_key[512]; +char *ev_rel[16]; +char *ev_abs[64]; +char *ev_msc[8]; +char *ev_led[16]; +char *ev_snd[8]; +char *ev_rep[2]; +char *ev_ff[128]; +char *ev_pwr[1]; +char *ev_ff_status[2]; +char *ev_5[16]; +char *ev_6[16]; +char *ev_7[16]; +char *ev_8[16]; +char *ev_9[16]; +char *ev_10[16]; +char *ev_11[16]; +char *ev_12[16]; +char *ev_13[16]; +char *ev_14[16]; +char *ev_15[16]; +char *ev_16[16]; +char *ev_19[16]; +char *ev_24[16]; +char *ev_25[16]; +char *ev_26[16]; +char *ev_27[16]; +char *ev_28[16]; +char *ev_29[16]; +char *ev_30[16]; +char *ev_31[16]; +char **event_names[32]; + + + +#endif /* #ifndef _INPUT_ARRAYS_H */ -- cgit v1.2.1