forked from KolibriOS/kolibrios
ddk: v4.6.7
git-svn-id: svn://kolibrios.org@7143 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
17
drivers/include/linux/thread_info.h
Normal file
17
drivers/include/linux/thread_info.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/* thread_info.h: common low-level thread information accessors
|
||||
*
|
||||
* Copyright (C) 2002 David Howells (dhowells@redhat.com)
|
||||
* - Incorporating suggestions made by Linus Torvalds
|
||||
*/
|
||||
|
||||
#ifndef _LINUX_THREAD_INFO_H
|
||||
#define _LINUX_THREAD_INFO_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/bug.h>
|
||||
|
||||
struct timespec;
|
||||
struct compat_timespec;
|
||||
|
||||
|
||||
#endif /* _LINUX_THREAD_INFO_H */
|
Reference in New Issue
Block a user