thermosphere: add debug pause logic

This commit is contained in:
TuxSH
2020-01-14 02:09:51 +00:00
parent b6a130547a
commit 1369697058
6 changed files with 113 additions and 6 deletions

View File

@@ -41,8 +41,9 @@ typedef struct IrqManager {
typedef enum ThermosphereSgi {
ThermosphereSgi_ExecuteFunction = 0,
ThermosphereSgi_VgicUpdate = 1,
ThermosphereSgi_DebugPause = 2,
ThermosphereSgi_Max = 2,
ThermosphereSgi_Max,
} ThermosphereSgi;
extern IrqManager g_irqManager;