mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 17:14:22 -04:00
Implement se_trigger_interrupt, fix up some configitems
This commit is contained in:
parent
e8b1e0b965
commit
ed5850ebbf
6 changed files with 13 additions and 10 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "interrupt.h"
|
||||
#include "mmu.h"
|
||||
#include "cache.h"
|
||||
#include "se.h"
|
||||
|
@ -65,7 +66,7 @@ void se_check_for_error(void) {
|
|||
}
|
||||
|
||||
void se_trigger_intrrupt(void) {
|
||||
/* TODO */
|
||||
intr_set_pending(INTERRUPT_ID_USER_SECURITY_ENGINE);
|
||||
}
|
||||
|
||||
void se_verify_flags_cleared(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue