]> git.ipfire.org Git - thirdparty/kernel/linux.git/blob - arch/metag/kernel/asm-offsets.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / metag / kernel / asm-offsets.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * This program is used to generate definitions needed by
4 * assembly language modules.
5 *
6 */
7
8 #include <linux/kbuild.h>
9 #include <linux/thread_info.h>
10
11 int main(void)
12 {
13 DEFINE(THREAD_INFO_SIZE, sizeof(struct thread_info));
14 return 0;
15 }