summaryrefslogtreecommitdiffstats
path: root/include/uapi/misc/Kbuild
diff options
context:
space:
mode:
authorIan Munsie2014-10-08 10:55:03 +0200
committerMichael Ellerman2014-10-08 11:15:57 +0200
commit66b43081c0bde3171208a7cb52f5807dce4a79e4 (patch)
tree65715b6e6dccf426bf6de100bb58ec3da955fdcf /include/uapi/misc/Kbuild
parentcxl: Driver code for powernv PCIe based cards for userspace access (diff)
downloadkernel-qcow2-linux-66b43081c0bde3171208a7cb52f5807dce4a79e4.tar.gz
kernel-qcow2-linux-66b43081c0bde3171208a7cb52f5807dce4a79e4.tar.xz
kernel-qcow2-linux-66b43081c0bde3171208a7cb52f5807dce4a79e4.zip
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>
Diffstat (limited to 'include/uapi/misc/Kbuild')
-rw-r--r--include/uapi/misc/Kbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/misc/Kbuild b/include/uapi/misc/Kbuild
new file mode 100644
index 000000000000..e96cae7d58c9
--- /dev/null
+++ b/include/uapi/misc/Kbuild
@@ -0,0 +1,2 @@
+# misc Header export list
+header-y += cxl.h