Files
luban-lite-t3e-pro/application/baremetal/bootloader/include/secure_main.h
刘可亮 724d6bf65e v1.1.2
2025-01-08 19:12:06 +08:00

15 lines
307 B
C

/*
* Copyright (c) 2024, ArtInChip Technology CO.,LTD. All Rights Reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* Author: Chen JunLong <junlong.chen@artinchip.com>
*/
#ifndef __SECURE_BOOT_H__
#define __SECURE_BOOT_H__
int secure_main(int argc, char *argv[]);
#endif /* __SECURE_BOOT__H__ */