mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 09:54:38 +00:00
10 lines
95 B
C
10 lines
95 B
C
/*
|
|
* utils.h
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
u32 waitInput(void);
|
|
void mcuReboot(void); |