libutils/source/kernel/kernel_functions.h
2017-10-31 15:57:54 +01:00

17 lines
221 B
C

#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_