This commit is contained in:
刘可亮
2024-10-30 16:50:31 +08:00
parent 0ef85b55da
commit 661e71562d
458 changed files with 46555 additions and 12133 deletions

25
packages/artinchip/env/absystem_os.h vendored Normal file
View File

@@ -0,0 +1,25 @@
/*
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: xuan.wen <xuan.wen@artinchip.com>
*/
#ifndef __ABSYSTEM_OS_H__
#define __ABSYSTEM_OS_H__
#ifdef __cplusplus
extern "C" {
#endif
void aic_set_upgrade_status(char *file_name);
int aic_upgrade_end(void);
int aic_get_rodata_to_mount(char *target_rodata);
int aic_get_data_to_mount(char *target_data);
#ifdef __cplusplus
}
#endif
#endif