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 <[email protected]> Signed-off-by: Michael Neuling <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
16 lines
298 B
Makefile
16 lines
298 B
Makefile
# UAPI Header export list
|
|
# Top-level Makefile calls into asm-$(ARCH)
|
|
# List only non-arch directories below
|
|
|
|
|
|
header-y += asm-generic/
|
|
header-y += linux/
|
|
header-y += sound/
|
|
header-y += mtd/
|
|
header-y += rdma/
|
|
header-y += video/
|
|
header-y += drm/
|
|
header-y += xen/
|
|
header-y += scsi/
|
|
header-y += misc/
|