#include <linux/init.h>#include <linux/fs.h>#include <linux/mm.h>#include <asm/pgtable.h>#include <asm/uaccess.h>staticstructsignal_structinit_signals=INIT_SIGNALS(init_signals);staticstructsighand_structinit_sighand=INIT_SIGHAND(init_sighand);/* Initial task structure */structtask_structinit_task=INIT_TASK(init_task);EXPORT_SYMBOL(init_task);/* * Initial thread structure. Alignment of this is handled by a special * linker map entry. */