summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/types.h
blob: c2c501828b461b1c2d3d8205ba942e48b214ee39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _PPC_TYPES_H
#define _PPC_TYPES_H

#include <asm-generic/int-ll64.h>

#ifndef __ASSEMBLY__

typedef struct {
	__u32 u[4];
} __attribute((aligned(16))) vector128;

#endif /* __ASSEMBLY__ */

#endif