Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sh_keysc.h
Go to the documentation of this file.
1 #ifndef __SH_KEYSC_H__
2 #define __SH_KEYSC_H__
3 
4 #define SH_KEYSC_MAXKEYS 64
5 
6 struct sh_keysc_info {
9  int scan_timing; /* 0 -> 7, see KYCR1, SCN[2:0] */
10  int delay;
12  int keycodes[SH_KEYSC_MAXKEYS]; /* KEYIN * KEYOUT */
13 };
14 
15 #endif /* __SH_KEYSC_H__ */