Introduce internal and normal GPU functions

This commit is contained in:
Jaby
2022-09-11 10:10:51 +02:00
parent b523c2c73f
commit 3317867f1d
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();
}