libutils/source/kernel/kernel_utils.h

15 lines
180 B
C

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