Update vgaout.h

This commit is contained in:
David Kuder 2023-04-18 15:35:31 -04:00
parent 8a43169dd7
commit 2955c08f76
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ void vga_submit_scanline(struct vga_scanline *scanline);
void vga_stop();
void vga_dpms_sleep();
void vga_dpms_wake();
void vga_dpms_wake();extern void terminal_process_input();