repo.or.cz
/
linux-2.6
/
openmoko-kernel
/
knife-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MIPS] Always pass -msoft-float.
[linux-2.6/openmoko-kernel/knife-kernel.git]
/
arch
/
um
/
include
/
skas
/
stub-data.h
blob
f6ed92c3727da982cbbcc75802abb4c2cc9c9ff7
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