Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
um
include
shared
skas
stub-data.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2005 Jeff Dike (
[email protected]
)
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
Generated on Thu Jan 10 2013 13:19:29 for Linux Kernel by
1.8.2