vgaarb: a NULL bridge is acceptable for root devices.
[linux-2.6.git] / drivers / isdn / gigaset / dummyll.c
blob19b1c779d50f22dc3a6a8ea3649e161db4615d95
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 <linux/export.h>
15 #include "gigaset.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)
34 return ICALL_IGNORE;
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)
63 return 1;
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)