repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pci-acpi: add flag to indicate query had been done
[linux-2.6/mini2440.git]
/
include
/
asm-s390
/
resource.h
blob
366c01de04f26895db9362a23792c92b105e0096
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