GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / isdn / gigaset / dummyll.c
blobbd0b1eaa7572bf785368d7e9fa013c9b93cc10ae
1 /*
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 "gigaset.h"
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)
33 return ICALL_IGNORE;
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_regdev(struct cardstate *cs, const char *isdnid)
62 return 1;
65 void gigaset_isdn_unregdev(struct cardstate *cs)
69 void gigaset_isdn_regdrv(void)
71 pr_info("no ISDN subsystem interface\n");
74 void gigaset_isdn_unregdrv(void)