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 * =====================================================================
14 #include <linux/export.h>
17 void gigaset_skb_sent(struct bc_state
*bcs
, struct sk_buff
*skb
)
20 EXPORT_SYMBOL_GPL(gigaset_skb_sent
);
22 void gigaset_skb_rcvd(struct bc_state
*bcs
, struct sk_buff
*skb
)
25 EXPORT_SYMBOL_GPL(gigaset_skb_rcvd
);
27 void gigaset_isdn_rcv_err(struct bc_state
*bcs
)
30 EXPORT_SYMBOL_GPL(gigaset_isdn_rcv_err
);
32 int gigaset_isdn_icall(struct at_state_t
*at_state
)
37 void gigaset_isdn_connD(struct bc_state
*bcs
)
41 void gigaset_isdn_hupD(struct bc_state
*bcs
)
45 void gigaset_isdn_connB(struct bc_state
*bcs
)
49 void gigaset_isdn_hupB(struct bc_state
*bcs
)
53 void gigaset_isdn_start(struct cardstate
*cs
)
57 void gigaset_isdn_stop(struct cardstate
*cs
)
61 int gigaset_isdn_regdev(struct cardstate
*cs
, const char *isdnid
)
66 void gigaset_isdn_unregdev(struct cardstate
*cs
)
70 void gigaset_isdn_regdrv(void)
72 pr_info("no ISDN subsystem interface\n");
75 void gigaset_isdn_unregdrv(void)