#ifndef __KERNEL_FUNCTIONS_H_ #define __KERNEL_FUNCTIONS_H_ #ifdef __cplusplus extern "C" { #endif #include "kernel_defs.h" void SetupKernelCallback(void); #ifdef __cplusplus } #endif #endif // __KERNEL_FUNCTIONS_H_