Files
luban-lite-t3e-pro/application/baremetal/bootloader/include/boot.h
2025-09-30 11:56:06 +08:00

17 lines
279 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_ */