projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.19.263-gnu1
[releases.git]
/
arch
/
um
/
include
/
shared
/
skas
/
stub-data.h
1
/*
2
3
* Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de)
4
* Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
5
* Licensed under the GPL
6
*/
7
8
#ifndef __STUB_DATA_H
9
#define __STUB_DATA_H
10
11
struct stub_data {
12
unsigned long offset;
13
int fd;
14
long err;
15
};
16
17
#endif