2 * Dummy LL interface for the Gigaset driver
4 * Copyright (c) 2009 by Tilman Schmidt <tilman@imap.cc>.
6 * =====================================================================
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of
10 * the License, or (at your option) any later version.
11 * =====================================================================
16 void gigaset_skb_sent(struct bc_state
*bcs
, struct sk_buff
*skb
)
19 EXPORT_SYMBOL_GPL(gigaset_skb_sent
);
21 void gigaset_skb_rcvd(struct bc_state
*bcs
, struct sk_buff
*skb
)
24 EXPORT_SYMBOL_GPL(gigaset_skb_rcvd
);
26 void gigaset_isdn_rcv_err(struct bc_state
*bcs
)
29 EXPORT_SYMBOL_GPL(gigaset_isdn_rcv_err
);
31 int gigaset_isdn_icall(struct at_state_t
*at_state
)
36 void gigaset_isdn_connD(struct bc_state
*bcs
)
40 void gigaset_isdn_hupD(struct bc_state
*bcs
)
44 void gigaset_isdn_connB(struct bc_state
*bcs
)
48 void gigaset_isdn_hupB(struct bc_state
*bcs
)
52 void gigaset_isdn_start(struct cardstate
*cs
)
56 void gigaset_isdn_stop(struct cardstate
*cs
)
60 int gigaset_isdn_register(struct cardstate
*cs
, const char *isdnid
)
62 pr_info("no ISDN subsystem interface\n");
66 void gigaset_isdn_unregister(struct cardstate
*cs
)