aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isdn/hdlc.h
Commit message (Collapse)AuthorAge
* ISDN: Add support for none reverse bitstreams to isdnhdcKarsten Keil2009-07-25
| | | | | | | | The original isdnhdlc code was developed for devices which had reversed bitorder in the byte stream. Adding code to handle normal bitstreams as well. Signed-off-by: Karsten Keil <keil@b1-systems.de>
* ISDN: Clean up isdnhdlc codeKarsten Keil2009-07-25
| | | | | | | Clean up isdnhdlc to meet current code standard. Remove hint to already removed bit reversal table. Signed-off-by: Karsten Keil <keil@b1-systems.de>
* ISDN: Make isdnhdlc usable for other ISDN driversKarsten Keil2009-07-25
isdnhdlc is useful for other ISDN drivers as well. Move the include file to a central location and the source to the central isdn location. Signed-off-by: Karsten Keil <keil@b1-systems.de>