home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / um / include / shared / skas / stub-data.h < prev   
Encoding:
C/C++ Source or Header  |  2008-12-24  |  242 b   |  19 lines

  1. /*
  2.  * Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
  3.  * Licensed under the GPL
  4.  */
  5.  
  6. #ifndef __STUB_DATA_H
  7. #define __STUB_DATA_H
  8.  
  9. #include <sys/time.h>
  10.  
  11. struct stub_data {
  12.     long offset;
  13.     int fd;
  14.     struct itimerval timer;
  15.     long err;
  16. };
  17.  
  18. #endif
  19.