blob: c2191d9aa03d872158ac7359e5e764dd615341f8 [file] [log] [blame]
Jeff Dikea5a678c2008-02-04 22:30:54 -08001/*
2 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 * Licensed under the GPL
4 */
5
6#ifndef __UM_CURRENT_H
7#define __UM_CURRENT_H
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#include "linux/thread_info.h"
10
11#define current (current_thread_info()->task)
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#endif