Re: [PATCH net-next-2.6 03/13] net-caif: add CAIF generic protocol stack header files
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2010-01-22 09:27:16
Hi Sjur,
Add include files for the generic CAIF protocol stack. This layer is somewhat generic in order to be able to use and test it outside the Linux Kernel. caif_layer.h - Defines the structure of the CAIF protocol layers cfcnfg.h - CAIF Configuration Module for services and link layers cfctrl.h - CAIF Control Protocol Layer cffrml.h - CAIF Framing Layer cfglue.h - CAIF Glue Layer for allocation, logging etc cflist.h - CAIF List implementation cfmuxl.h - CAIF Muxing Layer cfpkt.h - CAIF Packet layer (skb helper functions) cfserl.h - CAIF Serial Layer cfsrvl.h - CAIF Service Layer Signed-off-by: Sjur Braendeland <redacted> --- include/net/caif/generic/caif_layer.h | 225 +++++++++++++++++++++++++++ include/net/caif/generic/cfcnfg.h | 110 +++++++++++++ include/net/caif/generic/cfctrl.h | 136 ++++++++++++++++ include/net/caif/generic/cffrml.h | 19 +++ include/net/caif/generic/cfglue.h | 110 +++++++++++++ include/net/caif/generic/cflst.h | 19 +++ include/net/caif/generic/cfmuxl.h | 22 +++ include/net/caif/generic/cfpkt.h | 274 +++++++++++++++++++++++++++++++++ include/net/caif/generic/cfserl.h | 14 ++ include/net/caif/generic/cfsrvl.h | 33 ++++ 10 files changed, 962 insertions(+), 0 deletions(-)
is it really needed to keep the "generic" piece in the path here. I would prefer if we get rid of it. Regards Marcel