repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
um
/
include
/
shared
/
skas
/
stub-data.h
blob
6b01d97a938677f945325e729e911108d2c3311f
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
4
* Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de)
5
* Copyright (C) 2005 Jeff Dike (jdike@karaya.com)
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