mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
`linux/asm/types.h` also defines the struct `__vector128` so in order to avoid definition conflicts add the macro guard _S390_TYPES_H, which is defined in `linux/asm/types`. `linux/asm/types.h` is included by glib2, which is used by the PV tooling. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>