From 2955c08f76df950674541400de3900d6772e0b58 Mon Sep 17 00:00:00 2001 From: David Kuder Date: Tue, 18 Apr 2023 15:35:31 -0400 Subject: [PATCH] Update vgaout.h --- vga/vgaout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vga/vgaout.h b/vga/vgaout.h index 0919157..ca9581c 100644 --- a/vga/vgaout.h +++ b/vga/vgaout.h @@ -47,4 +47,4 @@ void vga_submit_scanline(struct vga_scanline *scanline); void vga_stop(); void vga_dpms_sleep(); -void vga_dpms_wake(); \ No newline at end of file +void vga_dpms_wake();extern void terminal_process_input();