1 /*
2  * Copyright (c) 2006-2021, RT-Thread Development Team
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  * Change Logs:
7  * Date           Author       Notes
8  * 2011-01-13     weety      modified from mini2440
9  * 2015-04-27     ArdaFu      Port bsp from at91sam9260 to asm9260t
10  */
11 
12 #include <rtthread.h>
13 
machine_reset(void)14 void machine_reset(void)
15 {
16 
17 }
18 
machine_shutdown(void)19 void machine_shutdown(void)
20 {
21 
22 }
23 
24