Files
luban-lite-t3e-pro/packages/artinchip/aic-startup-ui/startup_ui.h

26 lines
395 B
C
Raw Normal View History

2025-09-30 11:56:06 +08:00
/*
* 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