spi-topcliff-pch: Fix issue for transmitting over 4KByte
[zen-stable.git] / arch / sparc / include / asm / types.h
blob383d156cde9cfdc6751c3f52d2ed2faa7b59b082
1 #ifndef _SPARC_TYPES_H
2 #define _SPARC_TYPES_H
3 /*
4 * This file is never included by application software unless
5 * explicitly requested (e.g., via linux/types.h) in which case the
6 * application is Linux specific so (user-) name space pollution is
7 * not a major issue. However, for interoperability, libraries still
8 * need to be careful to avoid a name clashes.
9 */
11 #if defined(__sparc__)
13 #include <asm-generic/int-ll64.h>
15 #endif /* defined(__sparc__) */
17 #endif /* defined(_SPARC_TYPES_H) */