Introduce internal and normal GPU functions

This commit is contained in:
Jaby
2022-09-11 10:10:51 +02:00
committed by Jaby
parent 0502e60337
commit 7e89fe4af9
7 changed files with 73 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
#define BOOT_LOADER_HPP
namespace GPU {
void display_logo();
void setup();
}