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
Linux 3.16-rc2
[linux/fpc-iii.git]
/
arch
/
s390
/
include
/
uapi
/
asm
/
resource.h
blob
ec23d1c73c923e9fe45d057746b0f6b25c05a8df
1
/*
2
* S390 version
3
*
4
* Derived from "include/asm-i386/resources.h"
5
*/
6
7
#ifndef _S390_RESOURCE_H
8
#define _S390_RESOURCE_H
9
10
#include <asm-generic/resource.h>
11
12
#endif
13