aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/uapi/asm/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/uapi/asm/resource.h')
-rw-r--r--arch/s390/include/uapi/asm/resource.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/resource.h b/arch/s390/include/uapi/asm/resource.h
new file mode 100644
index 000000000000..ec23d1c73c92
--- /dev/null
+++ b/arch/s390/include/uapi/asm/resource.h
@@ -0,0 +1,13 @@
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