Files
luban-lite-t3e-pro/packages/artinchip/aic-startup-ui/startup_ui.h
刘可亮 803cac77d5 V1.0.6
2024-09-03 11:16:08 +08:00

26 lines
370 B
C

/*
* Copyright (c) 2020-2024, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: ArtInChip
*/
#ifndef STARTUP_UI_H
#define STARTUP_UI_H
#ifdef __cplusplus
extern "C" {
#endif
struct startup_ui_fb {
struct mpp_fb *startup_fb;
struct aicfb_screeninfo startup_fb_data;
};
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif