[PATCH] Modularize generic HDLC
authorKrzysztof Halasa <khc@pm.waw.pl>
Tue, 26 Sep 2006 21:23:45 +0000 (23:23 +0200)
committerJeff Garzik <jeff@garzik.org>
Tue, 26 Sep 2006 21:40:24 +0000 (17:40 -0400)
This patch enables building of individual WAN protocol support
routines (parts of generic HDLC) as separate modules.
All protocol-private definitions are moved from hdlc.h file
to protocol drivers. User-space interface and interface
between generic HDLC and underlying low-level HDLC drivers
are unchanged.

Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found