blob: 6b4fb29cc197e5d9544fd124e61a742a41114464 [file] [log] [blame]
David Howells9807f752012-10-09 09:47:31 +01001/*
Sebastian Ott4e860692012-10-11 09:54:56 +02002 * Copyright IBM Corp. 2007, 2012
David Howells9807f752012-10-09 09:47:31 +01003 * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
4 */
5
6#ifndef _UAPI_ASM_S390_CHPID_H
7#define _UAPI_ASM_S390_CHPID_H
8
9#include <linux/string.h>
10#include <linux/types.h>
11
12#define __MAX_CHPID 255
13
14struct chp_id {
Sebastian Ott4e860692012-10-11 09:54:56 +020015 __u8 reserved1;
16 __u8 cssid;
17 __u8 reserved2;
18 __u8 id;
David Howells9807f752012-10-09 09:47:31 +010019} __attribute__((packed));
20
21
22#endif /* _UAPI_ASM_S390_CHPID_H */