summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/video/vga_font.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/video/vga_font.h b/src/drivers/video/vga_font.h
index 9c1ba1b..fd66c3b 100644
--- a/src/drivers/video/vga_font.h
+++ b/src/drivers/video/vga_font.h
@@ -1,3 +1,6 @@
+#ifndef VGA_FONT_H
+#define VGA_FONT_H
+
// (c) 2009, 2010 Lutz Sammer, License: AGPLv3
/// bitmap font structure
@@ -270,3 +273,5 @@ struct bitmap_font {
/// @}
extern const struct bitmap_font vga_font;
+
+#endif // VGA_FONT_H