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:
Michael Cardell Widerkrantz 2025-04-29 17:10:19 +02:00
parent 9d1bbffbaa
commit f373ad3f68
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
9 changed files with 57 additions and 36 deletions

View file

@ -13,7 +13,7 @@
#include "../testapp/syscall.h"
#include "../tk1/proto.h"
#include "../tk1/resetinfo.h"
#include "../tk1/reset.h"
#include "../tk1/syscall_num.h"
// Converts a single hex character to its integer value