Sign in
googlers
/
maze
/
linux
/
6cdf6eb357c2681596b7b1672b92396ba82333d4
/
.
/
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