diff options
Diffstat (limited to 'arch/s390/include/uapi/asm/schid.h')
| -rw-r--r-- | arch/s390/include/uapi/asm/schid.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/schid.h b/arch/s390/include/uapi/asm/schid.h index 32f3ab2a8200..d804d1a5b1b3 100644 --- a/arch/s390/include/uapi/asm/schid.h +++ b/arch/s390/include/uapi/asm/schid.h @@ -1,8 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPIASM_SCHID_H #define _UAPIASM_SCHID_H #include <linux/types.h> +#ifndef __ASSEMBLER__ + struct subchannel_id { __u32 cssid : 8; __u32 : 4; @@ -12,5 +15,6 @@ struct subchannel_id { __u32 sch_no : 16; } __attribute__ ((packed, aligned(4))); +#endif /* __ASSEMBLER__ */ #endif /* _UAPIASM_SCHID_H */ |
