mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

This patch moves HNS vendor's specific structures to common UAPI folder which will be visible to all consumers. Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
17 lines
416 B
Makefile
17 lines
416 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 += mlx4-abi.h
|
|
header-y += mlx5-abi.h
|
|
header-y += mthca-abi.h
|
|
header-y += nes-abi.h
|
|
header-y += ocrdma-abi.h
|
|
header-y += hns-abi.h
|