Input: wacom - support up to 2048 pressure levels with ISDv4
[linux-2.6/btrfs-unstable.git] / arch / metag / kernel / asm-offsets.c
blobbfc9205f964767491a2b7ae91450388f7ca53a43
1 /*
2 * This program is used to generate definitions needed by
3 * assembly language modules.
5 */
7 #include <linux/kbuild.h>
8 #include <linux/thread_info.h>
10 int main(void)
12 DEFINE(THREAD_INFO_SIZE, sizeof(struct thread_info));
13 return 0;