Re-arranged files

This commit is contained in:
Jaby
2022-08-31 20:01:39 +02:00
parent c63bdb8e3a
commit c58520c26b
9 changed files with 69 additions and 61 deletions

View File

@@ -0,0 +1,8 @@
#ifndef BOOT_LOADER_HPP
#define BOOT_LOADER_HPP
namespace SPU {
void setup();
}
#endif //!BOOT_LOADER_HPP