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