Files
mr-library/include/mr_lib.h
2023-11-17 22:55:24 +08:00

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_ */