https://github.com/torvalds/linux
Raw File
Tip revision: e478bec0ba0a83a48a0f6982934b6de079e7e6b3 authored by Linus Torvalds on 20 September 2006, 03:42:06 UTC
Linux v2.6.18. Arrr!
Tip revision: e478bec
resource.h
/*
 *  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

back to top