include guardsd

This commit is contained in:
shockrah 2019-12-01 02:33:24 -08:00
parent cfce9256c2
commit 43a653ec8a

View File

@ -1,3 +1,5 @@
#ifndef STLIO_H
#define STLIO_H
#include "types.h" #include "types.h"
#include "framebuffer.h" #include "framebuffer.h"
// Frame buffer driver // Frame buffer driver
@ -14,3 +16,4 @@ void printf(const char*);
void printhex(u32); void printhex(u32);
void putch(const char); void putch(const char);
#endif