mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
7 lines
142 B
C
7 lines
142 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <3ds/types.h>
|
||
|
|
#include <3ds/exheader.h>
|
||
|
|
|
||
|
|
Result allocateProgramMemory(const ExHeader_Info *exhi, u32 vaddr, u32 size);
|