summaryrefslogtreecommitdiffstats
path: root/src/arch-s390x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-s390x.h')
-rw-r--r--src/arch-s390x.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/arch-s390x.h b/src/arch-s390x.h
new file mode 100644
index 0000000..9592ec9
--- /dev/null
+++ b/src/arch-s390x.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright 2015 IBM
+ * Author: Jan Willeke <willeke@linux.vnet.com.com>
+ */
+
+#ifndef _ARCH_S390X_H
+#define _ARCH_S390X_H
+
+#include "arch.h"
+
+ARCH_DECL(s390x)
+
+#endif