mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 17:06:41 +07:00
9807f75955
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
14 lines
170 B
C
14 lines
170 B
C
/*
|
|
* S390 version
|
|
*
|
|
* Derived from "include/asm-i386/resources.h"
|
|
*/
|
|
|
|
#ifndef _S390_RESOURCE_H
|
|
#define _S390_RESOURCE_H
|
|
|
|
#include <asm-generic/resource.h>
|
|
|
|
#endif
|
|
|