linuxOS_D21X/source/artinchip/test-lvgl/lv_port_indev.h
2024-11-29 16:13:46 +08:00

22 lines
259 B
C

/**
* @file lv_port_indev.h
*
*/
#ifndef LV_PORT_INDEV_H
#define LV_PORT_INDEV_H
#ifdef __cplusplus
extern "C" {
#endif
#include "lv_drv_conf.h"
void lv_port_indev_init(void);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* LV_PORT_INDEV_H */