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-sparc64 / current.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  171 b   |  9 lines

  1. #ifndef _SPARC64_CURRENT_H
  2. #define _SPARC64_CURRENT_H
  3.  
  4. #include <linux/thread_info.h>
  5.  
  6. register struct task_struct *current asm("g4");
  7.  
  8. #endif /* !(_SPARC64_CURRENT_H) */
  9.