mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
65be2c79ac
Add superpipe supporting infrastructure to device driver for the IBM CXL Flash adapter. This patch allows userspace applications to take advantage of the accelerated I/O features that this adapter provides and bypass the traditional filesystem stack. Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com> Reviewed-by: Michael Neuling <mikey@neuling.org> Reviewed-by: Wen Xiong <wenxiong@linux.vnet.ibm.com> Reviewed-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
7 lines
154 B
Makefile
7 lines
154 B
Makefile
# UAPI Header export list
|
|
header-y += fc/
|
|
header-y += scsi_bsg_fc.h
|
|
header-y += scsi_netlink.h
|
|
header-y += scsi_netlink_fc.h
|
|
header-y += cxlflash_ioctl.h
|