Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
aa0a2ddc54fa8a22060d17a9ca7bbc4bcc51f260
/
.
/
include
/
asm-alpha
/
current.h
blob: 8d88a13c1becff99294ebd55d849bcecff819944 [
file
] [
log
] [
blame
]
#ifndef
_ALPHA_CURRENT_H
#define
_ALPHA_CURRENT_H
#include
<linux/thread_info.h>
#define
get_current
()
(
current_thread_info
()->
task
+
0
)
#define
current get_current
()
#endif
/* _ALPHA_CURRENT_H */