repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tcp] Allow out-of-order receive queue to be discarded
[gpxe.git]
/
src
/
arch
/
i386
/
include
/
bits
/
uaccess.h
blob
2bb52e02134e68fa6d8ac2ab396211006135adb8
1
#ifndef _BITS_UACCESS_H
2
#define _BITS_UACCESS_H
3
4
/** @file
5
*
6
* i386-specific user access API implementations
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
#include <librm.h>
13
14
#endif
/* _BITS_UACCESS_H */