Simple formatting changes.

This commit is contained in:
James Benton
2016-01-07 04:48:11 -08:00
parent 7219164f4b
commit 7669e4b4ee
2 changed files with 19 additions and 9 deletions

View File

@@ -6,13 +6,16 @@ extern "C" {
#endif
void
OSConsoleWrite(const char *msg, uint32_t size);
OSConsoleWrite(const char *msg,
uint32_t size);
void
OSReport(const char *fmt, ...);
void
OSPanic(const char *file, uint32_t line, const char *fmt, ...);
OSPanic(const char *file,
uint32_t line,
const char *fmt, ...);
void
OSFatal(const char *msg);