hos/kernel/boot/k_early_panic.h
2009-07-01 19:52:18 +00:00

16 lines
180 B
C

#ifndef K_EARLY_PANIC_H
#define K_EARLY_PANIC_H
#ifdef __cplusplus
extern "C" {
#endif
void k_early_panic(const char * msg);
#ifdef __cplusplus
}
#endif
#endif