Files
luban-lite-t3e-pro/application/baremetal/bootloader/include/secure_main.h

15 lines
307 B
C
Raw Normal View History

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