summaryrefslogtreecommitdiff
path: root/arch/s390/lib/test_modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/lib/test_modules.h')
-rw-r--r--arch/s390/lib/test_modules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/lib/test_modules.h b/arch/s390/lib/test_modules.h
index 43b5e4b4af3e..6371fcf17684 100644
--- a/arch/s390/lib/test_modules.h
+++ b/arch/s390/lib/test_modules.h
@@ -47,4 +47,7 @@
__REPEAT_10000_1(f, 8); \
__REPEAT_10000_1(f, 9)
+#define DECLARE_RETURN(i) int test_modules_return_ ## i(void)
+REPEAT_10000(DECLARE_RETURN);
+
#endif