summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/asm-alpha/current.h
blob: 8db6dd06e23670c6499d033b34d1650f09daa309 (plain)
1
2
3
4
5
6
#ifndef _ALPHA_CURRENT_H
#define _ALPHA_CURRENT_H

register struct task_struct *current __asm__("$8");

#endif /* !(_ALPHA_CURRENT_H) */