1 #ifndef _ASM_CSS_CHARS_H
2 #define _ASM_CSS_CHARS_H
4 #include <linux/types.h>
6 struct css_general_char
{
8 u32 dynio
: 1; /* bit 12 */
10 u32 eadm
: 1; /* bit 17 */
12 u32 aif
: 1; /* bit 41 */
14 u32 mcss
: 1; /* bit 45 */
15 u32 fcs
: 1; /* bit 46 */
17 u32 ext_mb
: 1; /* bit 48 */
19 u32 aif_tdd
: 1; /* bit 56 */
21 u32 qebsm
: 1; /* bit 58 */
23 u32 aif_osa
: 1; /* bit 67 */
25 u32 eadm_rf
: 1; /* bit 80 */
27 u32 cib
: 1; /* bit 82 */
29 u32 fcx
: 1; /* bit 88 */
31 u32 alt_ssi
: 1; /* bit 108 */
34 extern struct css_general_char css_general_characteristics
;