mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-19 11:12:55 +00:00
19 lines
405 B
C
19 lines
405 B
C
|
|
||
|
/*
|
||
|
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
|
||
|
*/
|
||
|
|
||
|
#ifndef UDATA_H
|
||
|
#define UDATA_H
|
||
|
|
||
|
#include "../../framework/uData/include/uData_com_desc.h"
|
||
|
|
||
|
int uData_report_publish(input_event_t *event, void *pdata);
|
||
|
int uData_dev_ioctl(udata_t* pkg, uint8_t cmd, long long parm);
|
||
|
int uData_subscribe(udata_type_e type);
|
||
|
int uData_unsubscribe(udata_type_e type);
|
||
|
|
||
|
|
||
|
#endif /*UDATA_H*/
|
||
|
|