Files
luban-lite/application/baremetal/bootloader/include/progress_bar.h
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

23 lines
318 B
C

/*
* Copyright (c) 2023, Artinchip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __PROGRESS_BAR__
#define __PROGRESS_BAR__
#ifdef __cplusplus
extern "C" {
#endif
#include <aic_core.h>
void aicfb_draw_bar(unsigned int value);
#ifdef __cplusplus
}
#endif
#endif /* __PROGRESS_BAR__ */