aboutsummaryrefslogtreecommitdiff
path: root/src/include/print.h
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2024-02-06 04:58:35 -0600
committerNic Gaffney <gaffney_nic@protonmail.com>2024-02-06 04:58:35 -0600
commitecf636f2797647d5dfc38a4562cae53fe275217d (patch)
treec71d113c553821c2b949eb6a6cd67de5f2fce068 /src/include/print.h
parentf1dee4bc58e4bfb97a1b41831c5d4fc327882991 (diff)
downloadgftos-ecf636f2797647d5dfc38a4562cae53fe275217d.tar.gz
Interrupts + basic keyboard driver
Diffstat (limited to 'src/include/print.h')
-rw-r--r--src/include/print.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/print.h b/src/include/print.h
index 3b94c6e..eeecfec 100644
--- a/src/include/print.h
+++ b/src/include/print.h
@@ -23,6 +23,8 @@ enum {
};
// Prototypes
+void update_cursor();
+void delete_char();
void print_clear();
void print_char(char);
void print_str(char *);