summaryrefslogtreecommitdiff
path: root/src/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vga.h')
-rw-r--r--src/vga.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vga.h b/src/vga.h
index 47cc96f..ebe402c 100644
--- a/src/vga.h
+++ b/src/vga.h
@@ -1,8 +1,6 @@
#ifndef VGA_H
#define VGA_H
-#include <stdint.h>
-
#include "port.h"
enum {
@@ -54,7 +52,6 @@ void vga_put_char_at( vga_t *vga, const int x, const int y, const char c );
void vga_put_string_at( vga_t *vga, const int x, const int y, const char *s );
void vga_put_char( vga_t *vga, const char c );
void vga_put_string( vga_t *vga, const char *s );
-void vga_put_hex( vga_t *vga, const uint32_t v );
void vga_put_newline( vga_t *vga );
#endif /* VGA_H */