Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.6-rc6 13 lines 170 B view raw
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