summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/asm-prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/asm-prototypes.h')
-rw-r--r--arch/s390/include/asm/asm-prototypes.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/s390/include/asm/asm-prototypes.h b/arch/s390/include/asm/asm-prototypes.h
new file mode 100644
index 000000000..c37eb921b
--- /dev/null
+++ b/arch/s390/include/asm/asm-prototypes.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_S390_PROTOTYPES_H
+
+#include <linux/kvm_host.h>
+#include <linux/ftrace.h>
+#include <asm/fpu/api.h>
+#include <asm-generic/asm-prototypes.h>
+
+#endif /* _ASM_S390_PROTOTYPES_H */