![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * This file is never included by application software unless 0004 * explicitly requested (e.g., via linux/types.h) in which case the 0005 * application is Linux specific so (user-) name space pollution is 0006 * not a major issue. However, for interoperability, libraries still 0007 * need to be careful to avoid a name clashes. 0008 */ 0009 #ifndef _ASM_POWERPC_TYPES_H 0010 #define _ASM_POWERPC_TYPES_H 0011 0012 #include <uapi/asm/types.h> 0013 0014 #ifndef __ASSEMBLY__ 0015 0016 typedef __vector128 vector128; 0017 0018 #endif /* __ASSEMBLY__ */ 0019 0020 #endif /* _ASM_POWERPC_TYPES_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |