1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 
5 #ifndef AMP_BOOT_H
6 #define AMP_BOOT_H
7 
8 #include "amp_boot_cmd.h"
9 #include "amp_boot_file_transfer.h"
10 #include "amp_boot_uart.h"
11 #include "amp_platform.h"
12 #include "aos_fs.h"
13 #include "aos_hal_uart.h"
14 #include "aos_network.h"
15 #include "aos_system.h"
16 #include "stdbool.h"
17 #include "stdint.h"
18 
19 #define osWaitForever 0xFFFFFFFF
20 
21 void pyamp_boot_main();
22 
23 #endif