[SCSI] ipr: Driver version 2.0.14
[linux-2.6/suspend2-2.6.18.git] / include / asm-arm26 / current.h
blob75d21e2a3ff7b2b02d122ac1a08b0155cd86dd1b
1 #ifndef _ASMARM_CURRENT_H
2 #define _ASMARM_CURRENT_H
4 #include <linux/thread_info.h>
6 static inline struct task_struct *get_current(void) __attribute_const__;
8 static inline struct task_struct *get_current(void)
10 return current_thread_info()->task;
13 #define current (get_current())
15 #endif /* _ASMARM_CURRENT_H */