mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 17:18:56 +00:00
v1.1.1
This commit is contained in:
25
packages/artinchip/env/absystem_os.h
vendored
Normal file
25
packages/artinchip/env/absystem_os.h
vendored
Normal 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
|
||||
Reference in New Issue
Block a user