blob: 619a543276dcf6d2cc62fbb95e855ad42bfd14aa [file] [log] [blame]
Harald Welteb54d9502009-11-17 06:00:23 +01001#ifndef _SILENT_CALL_H
2#define _SILENT_CALL_H
3
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +08004struct gsm_subscriber_connection;
5
Sylvain Munaut50480702010-01-02 14:29:43 +01006extern int gsm_silent_call_start(struct gsm_subscriber *subscr,
7 void *data, int type);
Harald Welteb54d9502009-11-17 06:00:23 +01008extern int gsm_silent_call_stop(struct gsm_subscriber *subscr);
Philipp Maiere0d5caa2017-02-27 16:56:59 +01009
10#if 0
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +080011extern int silent_call_rx(struct gsm_subscriber_connection *conn, struct msgb *msg);
12extern int silent_call_reroute(struct gsm_subscriber_connection *conn, struct msgb *msg);
Philipp Maiere0d5caa2017-02-27 16:56:59 +010013#endif
Harald Welteb54d9502009-11-17 06:00:23 +010014
15#endif /* _SILENT_CALL_H */