Files
luban-lite-t3e-pro/application/baremetal/bootloader/lib/absystem/absystem.h
刘可亮 aaa66c7b20 V1.0.1
2023-11-09 20:19:51 +08:00

24 lines
345 B
C

/*
* Copyright (c) 2023, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: xuan.wen <xuan.wen@artinchip.com>
*/
#ifndef __ABSYSTEM_H__
#define __ABSYSTEM_H__
#ifdef __cplusplus
extern "C" {
#endif
int aic_ota_check(void);
int aic_get_os_to_startup(char *target_os);
#ifdef __cplusplus
}
#endif
#endif