linuxOS_D21X/source/artinchip/lvgl-ui/aic_demo/ui_events.h
2024-11-29 16:23:11 +08:00

23 lines
348 B
C

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