WIP: verify pre loaded app 2

This commit is contained in:
Mikael Ågren 2025-03-21 15:24:56 +01:00
parent 76b7ba7d73
commit ff472b0c1f
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
5 changed files with 75 additions and 7 deletions

View file

@ -15,7 +15,8 @@ enum syscall_num {
TK1_SYSCALL_PRELOAD_STORE = 8,
TK1_SYSCALL_PRELOAD_STORE_FIN = 9,
TK1_SYSCALL_PRELOAD_DELETE = 10,
TK1_SYSCALL_REG_MGMT = 11,
TK1_SYSCALL_PRELOAD_GET_DIGSIG = 11,
TK1_SYSCALL_REG_MGMT = 12,
TK1_SYSCALL_SET_LED = 30,
};