blob: 2492903c2b133abd7e843eabb795e790c5738277 [file] [log] [blame]
Jonathan Santos03fd8d02011-05-25 13:54:02 -04001#ifndef _SILENT_CALL_H
2#define _SILENT_CALL_H
3
4struct gsm_subscriber_connection;
5
6extern int gsm_silent_call_start(struct gsm_subscriber *subscr,
7 void *data, int type);
8extern int gsm_silent_call_stop(struct gsm_subscriber *subscr);
9extern 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);
11
12#endif /* _SILENT_CALL_H */