mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 09:54:38 +00:00
11 lines
149 B
C
11 lines
149 B
C
|
|
/*
|
||
|
|
* exceptions.h
|
||
|
|
* by TuxSH
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "types.h"
|
||
|
|
|
||
|
|
void installArm9Handlers(void);
|
||
|
|
void detectAndProcessExceptionDumps(void);
|