16 lines
260 B
C
16 lines
260 B
C
/*
|
|
* @copyright (c) 2023, MR Development Team
|
|
*
|
|
* @license SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* @date 2023-10-20 MacRsh First version
|
|
*/
|
|
|
|
#ifndef _MR_LIB_H_
|
|
#define _MR_LIB_H_
|
|
|
|
#include "mr_api.h"
|
|
#include "mr_drv.h"
|
|
|
|
#endif /* _MR_LIB_H_ */
|