Create files and call hirachy for GPU

This commit is contained in:
Jaby
2022-09-07 19:17:59 +02:00
parent 12b47ee9f5
commit 83e21bfdbf
3 changed files with 10 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
#ifndef BOOT_LOADER_HPP
#define BOOT_LOADER_HPP
namespace GPU {
void setup();
}
namespace SPU {
void setup();
}