forked from rrcarlosr/Jetpack
dchvs
75c7968d30
Jetson Xavier NX, Jetson TX2 Series, Jetson AGX Xavier Series, Jetson Nano, Jetson TX1 [L4T 32.4.4]
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
|
|
|