Files
luban-lite-t3e-pro/application/baremetal/bootloader/include/boot.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

17 lines
263 B
C

/*
* Copyright (c) 2023, Artinchip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Wudehuang <dehuang.wu@artinchip.com>
*/
#ifndef __BL_BOOT_H_
#define __BL_BOOT_H_
#include <stdint.h>
void boot_app(void *app);
#endif /* __BL_BOOT_H_ */