mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
9 lines
210 B
C
9 lines
210 B
C
#pragma once
|
|
|
|
void InvalidateEntireInstructionCache (void);
|
|
void CleanEntireDataCache (void);
|
|
void dsb(void);
|
|
void DisableInterrupts (void);
|
|
void EnableInterrupts (void);
|
|
void InvalidateEntireDataCache (void);
|