rt-thread/bsp/gkipc/armv6/reset.c

26 lines
295 B
C

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#include <rthw.h>
#include <rtthread.h>
#include "gk7101.h"
void machine_reset(void)
{
}
void machine_shutdown(void)
{
}
/*@}*/