1 /* $Id: current.h,v 1.3 1999/12/04 03:59:12 ralf Exp $
2 *
3 * This file is subject to the terms and conditions of the GNU General Public
4 * License. See the file "COPYING" in the main directory of this archive
5 * for more details.
6 *
7 * Copyright (C) 1998, 1999 Ralf Baechle
8 */
9 #ifndef _ASM_CURRENT_H
10 #define _ASM_CURRENT_H
11
12 #ifdef _LANGUAGE_C
13
14 /* MIPS rules... */
15 register struct task_struct *current asm("$28");
16
17 #endif /* _LANGUAGE_C */
18 #endif /* _ASM_CURRENT_H */
19
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.