Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  *  S390 version
0004  *    Copyright IBM Corp. 1999
0005  *    Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
0006  *
0007  *  Derived from "include/asm-i386/current.h"
0008  */
0009 
0010 #ifndef _S390_CURRENT_H
0011 #define _S390_CURRENT_H
0012 
0013 #include <asm/lowcore.h>
0014 
0015 struct task_struct;
0016 
0017 #define current ((struct task_struct *const)S390_lowcore.current_task)
0018 
0019 #endif /* !(_S390_CURRENT_H) */