projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6]
/
include
/
asm-s390
/
resource.h
1
/*
2
* include/asm-s390/resource.h
3
*
4
* S390 version
5
*
6
* Derived from "include/asm-i386/resources.h"
7
*/
8
9
#ifndef _S390_RESOURCE_H
10
#define _S390_RESOURCE_H
11
12
#include <asm-generic/resource.h>
13
14
#endif
15