dect
/
linux-2.6
Archived
13
0
Fork 0

caif: bugfix - add caif headers for userspace usage.

Add caif_socket.h and if_caif.h to the kernel header files
exported for use by userspace.

Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
sjur.brandeland@stericsson.com 2011-01-29 13:10:37 +00:00 committed by David S. Miller
parent c128df7318
commit 52fe7c9cc1
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
header-y += byteorder/
header-y += can/
header-y += caif/
header-y += dvb/
header-y += hdlc/
header-y += isdn/

View File

@ -0,0 +1,2 @@
header-y += caif_socket.h
header-y += if_caif.h