]> Git Repo - linux.git/blob - arch/s390/include/asm/types.h
scsi: zfcp: Trace when request remove fails after qdio send fails
[linux.git] / arch / s390 / include / asm / types.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 #ifndef _ASM_S390_TYPES_H
4 #define _ASM_S390_TYPES_H
5
6 #include <uapi/asm/types.h>
7
8 #ifndef __ASSEMBLY__
9
10 union register_pair {
11         unsigned __int128 pair;
12         struct {
13                 unsigned long even;
14                 unsigned long odd;
15         };
16 };
17
18 #endif /* __ASSEMBLY__ */
19 #endif /* _ASM_S390_TYPES_H */
This page took 0.033432 seconds and 4 git commands to generate.