First commit XiUOS

This commit is contained in:
xuetest
2021-04-28 17:49:18 +08:00
commit 6001051eb7
1331 changed files with 433955 additions and 0 deletions

17
arch/kswitch.h Normal file
View File

@@ -0,0 +1,17 @@
#ifndef __KSWITCH_H__
#define __KSWITCH_H__
#ifdef SEPARATE_COMPILE
#if defined(ARCH_RISCV)
#include "risc-v/shared/kswitch.h"
#endif
#if defined(ARCH_ARM)
#include "arm/cortex-m4/kswitch.h"
#endif
#endif
#endif