You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
e44ee2fd98
This patch moves cxgb4 vendor's specific structures to common UAPI folder which will be visible to all consumers. These structures are used by user-space library driver (libcxgb4) and currently manually copied to that library. This move will allow cross-compile against these files and simplify introduction of vendor specific data. Signed-off-by: Leon Romanovsky <leon@kernel.org> Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
13 lines
300 B
Makefile
13 lines
300 B
Makefile
# UAPI Header export list
|
|
header-y += ib_user_cm.h
|
|
header-y += ib_user_mad.h
|
|
header-y += ib_user_sa.h
|
|
header-y += ib_user_verbs.h
|
|
header-y += rdma_netlink.h
|
|
header-y += rdma_user_cm.h
|
|
header-y += hfi/
|
|
header-y += rdma_user_rxe.h
|
|
header-y += cxgb3-abi.h
|
|
header-y += cxgb4-abi.h
|
|
header-y += mlx5-abi.h
|