bsp,abstract-machien: context creation and switch

This commit is contained in:
xinyangli 2024-07-26 12:18:54 +08:00
parent 6aebc44707
commit 19222732a8
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
4 changed files with 55 additions and 14 deletions

View file

@ -1,5 +1,7 @@
typedef long suseconds_t;
typedef unsigned long useconds_t;
typedef long unsigned int clock_t;
typedef long long int time_t;
#include <sys/types.h>
#ifdef __ISA_NATIVE__