Merge tag 'renesas-dt-fixes2-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / s390 / include / asm / current.h
CommitLineData
1da177e4 1/*
1da177e4 2 * S390 version
a53c8fab 3 * Copyright IBM Corp. 1999
1da177e4
LT
4 * 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
1da177e4
LT
12#include <asm/lowcore.h>
13
14struct task_struct;
15
16#define current ((struct task_struct *const)S390_lowcore.current_task)
17
1da177e4 18#endif /* !(_S390_CURRENT_H) */
This page took 0.939784 seconds and 5 git commands to generate.