mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
9 lines
219 B
C++
9 lines
219 B
C++
#include <bootloader/slot.h>
|
|
|
|
namespace Bootloader {
|
|
|
|
const struct Slot* s_slotA = reinterpret_cast<const struct Slot*>(0x90000000);
|
|
const struct Slot* s_slotB = reinterpret_cast<const struct Slot*>(0x90400000);
|
|
|
|
}
|