1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-02-10 15:36:37 -05:00
kernel/arch/logger.h

9 lines
176 B
C
Raw Normal View History

2017-11-02 12:00:40 +00:00
#ifndef KERNELMQ_INCLUDED_LOGGER
#define KERNELMQ_INCLUDED_LOGGER 1
2017-11-01 05:01:29 +00:00
void logger_info(const char *s);
void logger_warn(const char *s);
void logger_fail(const char *s);
#endif