1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Copyright IBM Corp. 2007, 2012
4 * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
7 #ifndef _UAPI_ASM_S390_CHPID_H
8 #define _UAPI_ASM_S390_CHPID_H
10 #include <linux/string.h>
11 #include <linux/types.h>
13 #define __MAX_CHPID 255
20 } __attribute__((packed
));
23 #endif /* _UAPI_ASM_S390_CHPID_H */