forked from xuos/xiuos
First commit XiUOS
This commit is contained in:
17
arch/kswitch.h
Normal file
17
arch/kswitch.h
Normal 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
|
||||
Reference in New Issue
Block a user