9 lines
205 B
C
9 lines
205 B
C
#ifndef VENDOR_QTI_IMS_CALL_H
|
|
#define VENDOR_QTI_IMS_CALL_H
|
|
|
|
#include "binder_ext_call.h"
|
|
|
|
BinderExtCall* vendor_qti_ims_call_new(VendorQtiImsRadio* ims_radio, VendorQtiImsStateObject* ims_state);
|
|
|
|
#endif
|