1 #ifndef __VMMC_PORT_H__
2 #define __VMMC_PORT_H__
7 void vmmc_port_free(struct vmmc
*vmmc
, struct vmmc_port
*port
);
9 int vmmc_port_ring(struct tapi_device
*tdev
, struct tapi_port
*port
, bool ring
);
10 int vmmc_port_send_dtmf_event(struct tapi_device
*tdev
,
11 struct tapi_port
*port
, struct tapi_dtmf_event
*event
);
12 struct vmmc_port
*vmmc_port_init(struct vmmc
*vmmc
, struct vmmc_port
*port
,
13 struct tapi_port
*tport
, unsigned int id
);
This page took 0.043265 seconds and 5 git commands to generate.