Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  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 <linux/types.h>
  11. #include <linux/bug.h>
  12.  
  13. struct timespec;
  14. struct compat_timespec;
  15.  
  16.  
  17. #endif /* _LINUX_THREAD_INFO_H */
  18.