mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 02:20:53 +07:00
c6557e7f2b
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
16 lines
205 B
C
16 lines
205 B
C
/*
|
|
* 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
|
|
|