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

  1. #ifndef _M68K_CURRENT_H
  2. #define _M68K_CURRENT_H
  3.  
  4. register struct task_struct *current __asm__("%a2");
  5.  
  6. #endif /* !(_M68K_CURRENT_H) */
  7.