]> err.no Git - linux-2.6/blobdiff - include/asm-s390/sysinfo.h
m68knommu: add ffs and __ffs plattform which support ISA A+ or ISA C
[linux-2.6] / include / asm-s390 / sysinfo.h
index 014f2a24664e49e1cd01a4a44771a653e8a05ccc..79d01343f8b0681c41b3eff67ccd33f6d1686b06 100644 (file)
@@ -11,6 +11,9 @@
  *              Christian Borntraeger <borntraeger@de.ibm.com>
  */
 
+#ifndef __ASM_S390_SYSINFO_H
+#define __ASM_S390_SYSINFO_H
+
 struct sysinfo_1_1_1 {
        char reserved_0[32];
        char manufacturer[16];
@@ -20,6 +23,11 @@ struct sysinfo_1_1_1 {
        char sequence[16];
        char plant[4];
        char model[16];
+       char model_perm_cap[16];
+       char model_temp_cap[16];
+       char model_cap_rating[4];
+       char model_perm_cap_rating[4];
+       char model_temp_cap_rating[4];
 };
 
 struct sysinfo_1_2_1 {
@@ -109,3 +117,5 @@ static inline int stsi(void *sysinfo, int fc, int sel1, int sel2)
                : "cc", "memory");
        return r0;
 }
+
+#endif /* __ASM_S390_SYSINFO_H */