io_sch.h (83262d6349e60b9d10798d489719d80029c00798) | io_sch.h (9d92a7e1b0d095c8be96ce5e592c6c5541684631) |
---|---|
1#ifndef S390_IO_SCH_H 2#define S390_IO_SCH_H 3 | 1#ifndef S390_IO_SCH_H 2#define S390_IO_SCH_H 3 |
4#include "schid.h" | 4#include <asm/schid.h> |
5 6/* 7 * command-mode operation request block 8 */ 9struct cmd_orb { 10 u32 intparm; /* interruption parameter */ 11 u32 key : 4; /* flags, like key, suspend control, etc. */ 12 u32 spnd : 1; /* suspend control */ --- 181 unchanged lines hidden --- | 5 6/* 7 * command-mode operation request block 8 */ 9struct cmd_orb { 10 u32 intparm; /* interruption parameter */ 11 u32 key : 4; /* flags, like key, suspend control, etc. */ 12 u32 spnd : 1; /* suspend control */ --- 181 unchanged lines hidden --- |