1#include<uapi/asm-generic/unistd.h> 2#include<linux/export.h> 3 4/*
5 * These are required system calls, we should
6 * invert the logic eventually and let them
7 * be selected by default.
8 */ 9#if __BITS_PER_LONG == 3210#define __ARCH_WANT_STAT6411#define __ARCH_WANT_SYS_LLSEEK12#endif