Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
include
/
asm-m68k
/
current.h
blob: 8de8f8ceda6182a1b1416677e1b38a0d61310094 [
file
] [
log
] [
blame
]
#ifndef
_M68K_CURRENT_H
#define
_M68K_CURRENT_H
register
struct
task_struct
*
current __asm__
(
"%a2"
);
#endif
/* !(_M68K_CURRENT_H) */