blob: 366c01de04f26895db9362a23792c92b105e0096 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* include/asm-s390/resource.h
*
* S390 version
*
* Derived from "include/asm-i386/resources.h"
*/
#ifndef _S390_RESOURCE_H
#define _S390_RESOURCE_H
#include <asm-generic/resource.h>
#endif
|