chsc.h (7a9787e1eba95a166265e6a260cf30af04ef0a99) | chsc.h (0680ba0133ffeac4bd3689668b05ea2d16f14ae0) |
---|---|
1/* 2 * ioctl interface for /dev/chsc 3 * 4 * Copyright 2008 IBM Corp. 5 * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com> 6 */ 7 8#ifndef _ASM_CHSC_H 9#define _ASM_CHSC_H 10 | 1/* 2 * ioctl interface for /dev/chsc 3 * 4 * Copyright 2008 IBM Corp. 5 * Author(s): Cornelia Huck <cornelia.huck@de.ibm.com> 6 */ 7 8#ifndef _ASM_CHSC_H 9#define _ASM_CHSC_H 10 |
11#include <linux/types.h> |
|
11#include <asm/chpid.h> 12#include <asm/schid.h> 13 14struct chsc_async_header { 15 __u16 length; 16 __u16 code; 17 __u32 cmd_dependend; 18 __u32 key : 4; --- 109 unchanged lines hidden --- | 12#include <asm/chpid.h> 13#include <asm/schid.h> 14 15struct chsc_async_header { 16 __u16 length; 17 __u16 code; 18 __u32 cmd_dependend; 19 __u32 key : 4; --- 109 unchanged lines hidden --- |