mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
13 lines
170 B
C
13 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
|
|
|