CS350 COS
COS
Loading...
Searching...
No Matches
debugcons.h
Go to the documentation of this file.
1
#ifndef __DEBUGCONS_H__
2
#define __DEBUGCONS_H__
3
4
void
DebugConsole_Init
(
void
);
5
void
DebugConsole_Putc
(
char
ch);
6
void
DebugConsole_Puts
(
const
char
*str);
7
8
#endif
/* __DEBUGCONS_H__ */
9
DebugConsole_Puts
void DebugConsole_Puts(const char *str)
Definition:
debugcons.c:22
DebugConsole_Init
void DebugConsole_Init(void)
Definition:
debugcons.c:13
DebugConsole_Putc
void DebugConsole_Putc(char ch)
sys
dev
x86
debugcons.h
Generated by
1.9.6