mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
486f60954c
This patch moves mthca vendor's specific structures to common UAPI folder which will be visible to all consumers. These structures are used by user-space library driver (libmthca) 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> Signed-off-by: Doug Ledford <dledford@redhat.com>
17 lines
394 B
Makefile
17 lines
394 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
|