Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7143 serge 1
/* thread_info.h: common low-level thread information accessors
2
 *
3
 * Copyright (C) 2002  David Howells (dhowells@redhat.com)
4
 * - Incorporating suggestions made by Linus Torvalds
5
 */
6
 
7
#ifndef _LINUX_THREAD_INFO_H
8
#define _LINUX_THREAD_INFO_H
9
 
10
#include 
11
#include 
12
 
13
struct timespec;
14
struct compat_timespec;
15
 
16
 
17
#endif /* _LINUX_THREAD_INFO_H */