diff options
author | Ian Munsie <imunsie@au1.ibm.com> | 2014-10-08 04:55:03 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-10-08 05:15:57 -0400 |
commit | 66b43081c0bde3171208a7cb52f5807dce4a79e4 (patch) | |
tree | 65715b6e6dccf426bf6de100bb58ec3da955fdcf /include/uapi/Kbuild | |
parent | f204e0b8cedd7da1dfcfd05ed6b7692737e24029 (diff) |
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/Kbuild')
-rw-r--r-- | include/uapi/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/Kbuild b/include/uapi/Kbuild index 81d2106287fe..245aa6e05e6a 100644 --- a/include/uapi/Kbuild +++ b/include/uapi/Kbuild | |||
@@ -12,3 +12,4 @@ header-y += video/ | |||
12 | header-y += drm/ | 12 | header-y += drm/ |
13 | header-y += xen/ | 13 | header-y += xen/ |
14 | header-y += scsi/ | 14 | header-y += scsi/ |
15 | header-y += misc/ | ||