[BOOTVID] Move the VGA code into the PC directory. (#2510)

This commit is contained in:
Dmitry Borisov 2020-04-08 11:25:11 +06:00 committed by Hermès Bélusca-Maïto
parent 1610367fe2
commit df23bb779e
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
7 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
#define BOOTCHAR_WIDTH 8 // Each character line is encoded in a UCHAR.
#ifndef _M_ARM
#include "vga.h"
#include "i386/pc/vga.h"
#endif /* _M_ARM */
/* Bitmap Header */