#ifndef SYSCALL_H #define SYSCALL_H 1 #ifdef __x86_64__ #include #endif void syscall_init(); #endif