Sign in
kunit
/
linux
/
423cf6dc04eb79d441bfda2b127bc4b57134b41d
/
.
/
include
/
asm-x86
/
current.h
blob: d2526d3f7346884a9efc19bb2cef085595aefffa [
file
]
#ifdef
CONFIG_X86_32
# include "current_32.h"
#else
# include "current_64.h"
#endif