blob: 2492903c2b133abd7e843eabb795e790c5738277 [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);
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +08009extern int silent_call_rx(struct gsm_subscriber_connection *conn, struct msgb *msg);
10extern int silent_call_reroute(struct gsm_subscriber_connection *conn, struct msgb *msg);
Harald Welteb54d9502009-11-17 06:00:23 +010011
12#endif /* _SILENT_CALL_H */