metal-cos/sys/dev/x86/debugcons.h

10 lines
184 B
C

#ifndef __DEBUGCONS_H__
#define __DEBUGCONS_H__
void DebugConsole_Init(void);
void DebugConsole_Putc(char ch);
void DebugConsole_Puts(const char *str);
#endif /* __DEBUGCONS_H__ */