net-caif: add CAIF core protocol stack header files
authorSjur Braendeland <sjur.brandeland@stericsson.com>
Tue, 30 Mar 2010 13:56:21 +0000 (13:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Mar 2010 02:08:45 +0000 (19:08 -0700)
commit09009f30de188c847d72039e6250bfea56a0f887
treed979db08952227ad8175267e68bd61413bd0e53e
parentf671c54207d8a47129f35a84569fdfda614d2439
net-caif: add CAIF core protocol stack header files

Add include files for the CAIF Core protocol stack.

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
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 <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/caif/caif_layer.h [new file with mode: 0644]
include/net/caif/cfcnfg.h [new file with mode: 0644]
include/net/caif/cfctrl.h [new file with mode: 0644]
include/net/caif/cffrml.h [new file with mode: 0644]
include/net/caif/cfmuxl.h [new file with mode: 0644]
include/net/caif/cfpkt.h [new file with mode: 0644]
include/net/caif/cfserl.h [new file with mode: 0644]
include/net/caif/cfsrvl.h [new file with mode: 0644]