xref: /openbmc/linux/arch/alpha/include/uapi/asm/types.h (revision f3539c12)
1 #ifndef _UAPI_ALPHA_TYPES_H
2 #define _UAPI_ALPHA_TYPES_H
3 
4 /*
5  * This file is never included by application software unless
6  * explicitly requested (e.g., via linux/types.h) in which case the
7  * application is Linux specific so (user-) name space pollution is
8  * not a major issue.  However, for interoperability, libraries still
9  * need to be careful to avoid a name clashes.
10  */
11 
12 #ifndef __KERNEL__
13 #include <asm-generic/int-l64.h>
14 #endif
15 
16 #endif /* _UAPI_ALPHA_TYPES_H */
17