#pragma once #define SYSCALL_INTR_NB 0x42 #ifdef __KERNEL__ int syscallSetup(); #endif