Files
luban-lite/packages/artinchip/lvgl-ui/aic_demo/qc_test/qc_demo.h
刘可亮 0ef85b55da v1.1.0
2024-09-30 17:06:01 +08:00

25 lines
359 B
C

/*
* Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: Zequan Liang <zequan.liang@artinchip.com>
*/
#ifndef QC_DEMO_UI_H
#define QC_DEMO_UI_H
#ifdef __cplusplus
extern "C" {
#endif
#include "aic_ui.h"
void qc_test_init();
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif //LAUNCHER_UI_H