diff options
Diffstat (limited to 'vgasrc/bochsvga.h')
-rw-r--r-- | vgasrc/bochsvga.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vgasrc/bochsvga.h b/vgasrc/bochsvga.h index aaa3a975..f0263d71 100644 --- a/vgasrc/bochsvga.h +++ b/vgasrc/bochsvga.h @@ -1,5 +1,5 @@ -#ifndef __DISPI_H -#define __DISPI_H +#ifndef __BOCHSVGA_H +#define __BOCHSVGA_H #include "types.h" // u8 #include "ioport.h" // outb @@ -64,4 +64,4 @@ void bochsvga_clear_scr(void); int bochsvga_hires_enabled(void); u16 bochsvga_curr_mode(void); -#endif +#endif // bochsvga.h |