current_mm.h 135 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6
#ifndef _M68K_CURRENT_H
#define _M68K_CURRENT_H

register struct task_struct *current __asm__("%a2");

#endif /* !(_M68K_CURRENT_H) */