mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-01 19:26:13 -04:00
fw: Introduce reset()
- New function reset.c:reset(). Move code from syscall handler switch to this function. - Rename resetinfo.h to reset.h.
This commit is contained in:
parent
9d1bbffbaa
commit
f373ad3f68
9 changed files with 57 additions and 36 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <tkey/tk1_mem.h>
|
||||
|
||||
#include "../tk1/proto.h"
|
||||
#include "../tk1/resetinfo.h"
|
||||
#include "../tk1/reset.h"
|
||||
#include "../tk1/syscall_num.h"
|
||||
#include "syscall.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue