thermosphere: add debug pause logic
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user