Sign in
googlers
/
maze
/
linux
/
6069fb2ef5d4f47432359c97f350e0cfcc4d208e
/
.
/
include
/
asm-sparc
/
thread_info.h
blob: 64155cf89f3706130c586bb5a0eebc2eb6ef87d8 [
file
] [
log
] [
blame
]
#ifndef
___ASM_SPARC_THREAD_INFO_H
#define
___ASM_SPARC_THREAD_INFO_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm-sparc/thread_info_64.h>
#else
#include
<asm-sparc/thread_info_32.h>
#endif
#endif