GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / asm-generic / current.h
blob5e86f6ae7cab64c9c049a581d408ae9c91dd0a4b
1 #ifndef __ASM_GENERIC_CURRENT_H
2 #define __ASM_GENERIC_CURRENT_H
4 #include <linux/thread_info.h>
6 #define get_current() (current_thread_info()->task)
7 #define current get_current()
9 #endif /* __ASM_GENERIC_CURRENT_H */