/* * Copyright 2018 NXP * All rights reserved. * * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _RESET_H_ #define _RESET_H_ #include "fsl_common.h" /*! * @addtogroup Reset * @{ */ /************************************************************************************ ************************************************************************************* * Include ************************************************************************************* ***********************************************************************************/ /************************************************************************************ ************************************************************************************* * Public types ************************************************************************************* ************************************************************************************/ /************************************************************************************ ************************************************************************************* * Public prototypes ************************************************************************************* ************************************************************************************/ /*! * @brief Reset MCU. * */ void HAL_ResetMCU(void); /*! @}*/ #endif /* _RESET_H_ */