os/kernel/klog.h
2018-12-13 17:19:11 -06:00

7 lines
75 B
C

#ifndef KLOG_H
#define KLOG_H
void klog(char* level,char* s,...);
#endif