asuswrt-merlin.ng/release/src-rt-5.02axhnd/kernel/linux-4.1/include/asm-generic/current.h
2020-08-28 22:07:59 -04:00

9 lines
217 B
C

#ifndef __ASM_GENERIC_CURRENT_H
#define __ASM_GENERIC_CURRENT_H
#include <linux/thread_info.h>
#define get_current() (current_thread_info()->task)
#define current get_current()
#endif /* __ASM_GENERIC_CURRENT_H */