1 #ifndef __LINUX_TAPI_TAPI_EVENT_H__
2 #define __LINUX_TAPI_TAPI_EVENT_H__
8 struct tapi_hook_event
{
12 struct tapi_dtmf_event
{
16 enum tapi_event_type
{
23 enum tapi_event_type type
;
26 struct tapi_hook_event hook
;
27 struct tapi_dtmf_event dtmf
;
31 void tapi_report_event(struct tapi_device
*tdev
, struct tapi_event
*event
);
32 void tapi_report_hook_event(struct tapi_device
*tdev
, struct tapi_port
*port
,
34 void tapi_report_dtmf_event(struct tapi_device
*tdev
, struct tapi_port
*port
,
This page took 0.050945 seconds and 5 git commands to generate.