添加rtthread相关代码
This commit is contained in:
16
riscv/rtthread/components/lwp/lwp_mm.h
Executable file
16
riscv/rtthread/components/lwp/lwp_mm.h
Executable file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (c) 2006-2020, RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
*/
|
||||
|
||||
#ifndef __LWP_MM_H__
|
||||
#define __LWP_MM_H__
|
||||
|
||||
void rt_mm_lock(void);
|
||||
void rt_mm_unlock(void);
|
||||
|
||||
#endif /*__LWP_MM_H__*/
|
Reference in New Issue
Block a user