Revision c8cda874 pc-bios/s390-ccw/cio.h

b/pc-bios/s390-ccw/cio.h
93 93
        __u32 sch_no : 16;
94 94
} __attribute__ ((packed, aligned(4)));
95 95

  
96
struct chsc_header {
97
    __u16 length;
98
    __u16 code;
99
} __attribute__((packed));
100

  
101
struct chsc_area_sda {
102
    struct chsc_header request;
103
    __u8 reserved1:4;
104
    __u8 format:4;
105
    __u8 reserved2;
106
    __u16 operation_code;
107
    __u32 reserved3;
108
    __u32 reserved4;
109
    __u32 operation_data_area[252];
110
    struct chsc_header response;
111
    __u32 reserved5:4;
112
    __u32 format2:4;
113
    __u32 reserved6:24;
114
} __attribute__((packed));
115

  
96 116
/*
97 117
 * TPI info structure
98 118
 */

Also available in: Unified diff