Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_GENERIC_CURRENT_H
0003 #define __ASM_GENERIC_CURRENT_H
0004 
0005 #include <linux/thread_info.h>
0006 
0007 #define get_current() (current_thread_info()->task)
0008 #define current get_current()
0009 
0010 #endif /* __ASM_GENERIC_CURRENT_H */