]> Git Repo - J-linux.git/blob - arch/s390/lib/test_modules_helpers.c
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / arch / s390 / lib / test_modules_helpers.c
1 // SPDX-License-Identifier: GPL-2.0+
2
3 #include <linux/export.h>
4
5 #include "test_modules.h"
6
7 #define DEFINE_RETURN(i) \
8         int test_modules_return_ ## i(void) \
9         { \
10                 return 1 ## i - 10000; \
11         } \
12         EXPORT_SYMBOL_GPL(test_modules_return_ ## i)
13 REPEAT_10000(DEFINE_RETURN);
This page took 0.035498 seconds and 4 git commands to generate.