]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/io/console/misc.cc
fixes/cleanup
[polintos/scott/priv.git] / kernel / io / console / misc.cc
index 09f8623edf1eb0f6097a82341bb503cb61c2d0d9..7da03244e01d4bfbafd0f560fdf15fbde6e45315 100644 (file)
@@ -41,8 +41,6 @@ Lock::SpinLock printf_lock;
 // happens.  If you really need that, you'll need to call snprintf
 // and primary_console->write yourself.
 
-void vga_write(uint8_t *buf, u64 len);
-
 size_t printf(const char *str, ...)
 {
        Lock::AutoSpinLockRecIRQ autolock(printf_lock);