libutils/source/kernel/kernel_functions.h

17 lines
221 B
C
Raw Normal View History

2017-10-29 09:24:06 +01:00
#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_