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