Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  *    Copyright IBM Corp. 2007, 2012
0004  *    Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
0005  */
0006 
0007 #ifndef _UAPI_ASM_S390_CHPID_H
0008 #define _UAPI_ASM_S390_CHPID_H
0009 
0010 #include <linux/string.h>
0011 #include <linux/types.h>
0012 
0013 #define __MAX_CHPID 255
0014 
0015 struct chp_id {
0016     __u8 reserved1;
0017     __u8 cssid;
0018     __u8 reserved2;
0019     __u8 id;
0020 } __attribute__((packed));
0021 
0022 
0023 #endif /* _UAPI_ASM_S390_CHPID_H */