1 /*
2  * Copyright 2021 MindMotion Microelectronics Co., Ltd.
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 
9 #ifndef __SYSTEM_MM32F327X_H__
10 #define __SYSTEM_MM32F327X_H__
11 
12 void SystemInit(void);
13 
14 #endif /* __SYSTEM_MM32F327X_H__ */
15