cxl: Add userspace header file
authorIan Munsie <imunsie@au1.ibm.com>
Wed, 8 Oct 2014 08:55:03 +0000 (19:55 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 8 Oct 2014 09:15:57 +0000 (20:15 +1100)
commit66b43081c0bde3171208a7cb52f5807dce4a79e4
tree65715b6e6dccf426bf6de100bb58ec3da955fdcf
parentf204e0b8cedd7da1dfcfd05ed6b7692737e24029
cxl: Add userspace header file

This adds a header file for use by userspace programs wanting to interact with
the kernel cxl driver.  It defines structs and magic numbers required for
userspace to interact with devices in /dev/cxl/afuM.N.

Further documentation on this interface is added in a subsequent patch in
Documentation/powerpc/cxl.txt.

It also adds this new userspace header file to Kbuild so it's exported when
doing "make headers_installs".

Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
include/uapi/Kbuild
include/uapi/misc/Kbuild [new file with mode: 0644]
include/uapi/misc/cxl.h [new file with mode: 0644]