Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / metag / kernel / asm-offsets.c
1 /*
2  * This program is used to generate definitions needed by
3  * assembly language modules.
4  *
5  */
6
7 #include <linux/kbuild.h>
8 #include <linux/thread_info.h>
9
10 int main(void)
11 {
12         DEFINE(THREAD_INFO_SIZE, sizeof(struct thread_info));
13         return 0;
14 }