X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-s390%2Fsysinfo.h;h=79d01343f8b0681c41b3eff67ccd33f6d1686b06;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=abe10ae15e468d9e8e6733fd26e4a5b0d3bdc7e6;hpb=75e98b34155264d943aa53edce465e87f3ccbadf;p=linux-2.6 diff --git a/include/asm-s390/sysinfo.h b/include/asm-s390/sysinfo.h index abe10ae15e..79d01343f8 100644 --- a/include/asm-s390/sysinfo.h +++ b/include/asm-s390/sysinfo.h @@ -11,6 +11,9 @@ * Christian Borntraeger */ +#ifndef __ASM_S390_SYSINFO_H +#define __ASM_S390_SYSINFO_H + struct sysinfo_1_1_1 { char reserved_0[32]; char manufacturer[16]; @@ -114,3 +117,5 @@ static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) : "cc", "memory"); return r0; } + +#endif /* __ASM_S390_SYSINFO_H */