Files
ofono-vendor-qti-radio-plugin/include/vendor_qti_slot.h
2023-12-27 13:33:50 +08:00

11 lines
195 B
C

#ifndef VENDOR_QTI_SLOT_H
#define VENDOR_QTI_SLOT_H
#include <binder_ext_slot.h>
#include <radio_types.h>
BinderExtSlot* vendor_qti_slot_new(RadioInstance* radio, GHashTable* params);
#endif