blob: b80941f30df5518159e4fe5681ae56472bc90592 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * S390 version
Heiko Carstensa53c8fa2012-07-20 11:15:04 +02003 * Copyright IBM Corp. 1999
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
5 *
6 * Derived from "include/asm-i386/current.h"
7 */
8
9#ifndef _S390_CURRENT_H
10#define _S390_CURRENT_H
11
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include <asm/lowcore.h>
13
14struct task_struct;
15
16#define current ((struct task_struct *const)S390_lowcore.current_task)
17
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#endif /* !(_S390_CURRENT_H) */