diff options
author | Freya Murphy <freya@freyacat.org> | 2025-04-07 08:24:06 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-04-07 08:24:06 -0400 |
commit | 78def513c710f12d35c1d22e7112d750c2e733d3 (patch) | |
tree | e1b20760d654acc28a76bedb9b098b435c5396df /kernel/include | |
parent | fix tripple pci device print (diff) | |
download | comus-78def513c710f12d35c1d22e7112d750c2e733d3.tar.gz comus-78def513c710f12d35c1d22e7112d750c2e733d3.tar.bz2 comus-78def513c710f12d35c1d22e7112d750c2e733d3.zip |
remove tty_init fn
Diffstat (limited to 'kernel/include')
-rw-r--r-- | kernel/include/comus/drivers/tty.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/include/comus/drivers/tty.h b/kernel/include/comus/drivers/tty.h index c951c3e..4f8a5f1 100644 --- a/kernel/include/comus/drivers/tty.h +++ b/kernel/include/comus/drivers/tty.h @@ -10,11 +10,6 @@ #define TTY_H_ /** - * Initalize the terminal - */ -void tty_init(void); - -/** * Output a character to the terminal */ void tty_out(char c); |