home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-alpha / current.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  201 b   |  10 lines

  1. #ifndef _ALPHA_CURRENT_H
  2. #define _ALPHA_CURRENT_H
  3.  
  4. #include <linux/thread_info.h>
  5.  
  6. #define get_current()    (current_thread_info()->task + 0)
  7. #define current        get_current()
  8.  
  9. #endif /* _ALPHA_CURRENT_H */
  10.