[S390] Fix a lot of sparse warnings.
[pandora-kernel.git] / drivers / s390 / s390mach.h
index 7abb42a..ca681f9 100644 (file)
@@ -102,4 +102,11 @@ static inline int stcrw(struct crw *pcrw )
        return ccode;
 }
 
+#define ED_ETR_SYNC    12      /* External damage ETR sync check */
+#define ED_ETR_SWITCH  13      /* External damage ETR switch to local */
+
+struct pt_regs;
+
+void s390_handle_mcck(void);
+void s390_do_machine_check(struct pt_regs *regs);
 #endif /* __s390mach */