Browse Source

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>
sjur.brandeland@stericsson.com 14 years ago
parent
commit
52fe7c9cc1
2 changed files with 3 additions and 0 deletions
  1. 1 0
      include/linux/Kbuild
  2. 2 0
      include/linux/caif/Kbuild

+ 1 - 0
include/linux/Kbuild

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

+ 2 - 0
include/linux/caif/Kbuild

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