|
@@ -444,6 +444,7 @@ nextbyte:
|
|
atomic_set(&inbuf->head, head);
|
|
atomic_set(&inbuf->head, head);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL_GPL(gigaset_m10x_input);
|
|
|
|
|
|
|
|
|
|
/* == data output ========================================================== */
|
|
/* == data output ========================================================== */
|
|
@@ -591,3 +592,4 @@ int gigaset_m10x_send_skb(struct bc_state *bcs, struct sk_buff *skb)
|
|
|
|
|
|
return len; /* ok so far */
|
|
return len; /* ok so far */
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL_GPL(gigaset_m10x_send_skb);
|