mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-12 12:22:53 +00:00
17 lines
184 B
C
17 lines
184 B
C
#ifndef _INDEVDIRVER_H
|
|
#define _INDEVDIRVER_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "ui_conf.h"
|
|
|
|
UI_ACTION indevScan(void);
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#endif
|