VGA: Add header guard to vgasrc/vgatables.h
authorKevin O'Connor <kevin@koconnor.net>
Thu, 14 May 2009 23:29:37 +0000 (19:29 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 14 May 2009 23:29:37 +0000 (19:29 -0400)
vgasrc/vgatables.h

index 82b13024cf72905a67576692a636018c8866aac4..5db05fd5b56499c36bcc0fe8a103a2ea07382f50 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef __VGATABLES_H
+#define __VGATABLES_H
 
 #include "types.h" // u8
 
@@ -132,3 +134,5 @@ u8 biosfn_get_single_palette_reg(u8 reg);
 // clext.c
 void cirrus_set_video_mode(u8 mode);
 void cirrus_init();
+
+#endif // vgatables.h