#ifndef __KERNEL_UTILS_H_ #define __KERNEL_UTILS_H_ #ifdef __cplusplus extern "C" { #endif void init_kernel_syscalls(); #ifdef __cplusplus } #endif #endif // __KERNEL_UTILS_H_