#ifndef _ASM_GENERAL_UNISTD_H #define _ASM_GENERAL_UNISTD_H # ifdef __i386__ // # include # include "linux-x86.h" # elif defined(__x86_64__) // # include # include "linux-x86_64.h" # elif defined(__arm64__) // # include # include "linux-arm64.h" # else // look in if you are unsure # error Missing Linux sc numbers for this arch # endif #endif /* _ASM_GENERAL_UNISTD_H */