Files
luban-lite-t3e-pro/application/baremetal/bootloader/lib/aic_secure_upg/aic_seupg.h
刘可亮 0ef85b55da v1.1.0
2024-09-30 17:06:01 +08:00

21 lines
299 B
C

/*
* Copyright (c) 2023-2024, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __PTUPG_H__
#define __PTUPG_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <aic_core.h>
int mbox_cmd(u32 *data, u32 len);
#ifdef __cplusplus
}
#endif
#endif /* __PTUPG_H__ */