]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - 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
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
5633004c
JH
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
11int main(void)
12{
13 DEFINE(THREAD_INFO_SIZE, sizeof(struct thread_info));
14 return 0;
15}