mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 07:50:51 +07:00
520b670216
A thunderbolt path is a unidirectional channel between two thunderbolt ports. Two such paths are needed to establish a pci tunnel. This patch introduces struct tb_path as well as a set of tb_path_* methods which are used to activate & deactivate paths. Signed-off-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4 lines
103 B
Makefile
4 lines
103 B
Makefile
obj-${CONFIG_THUNDERBOLT} := thunderbolt.o
|
|
thunderbolt-objs := nhi.o ctl.o tb.o switch.o cap.o path.o
|
|
|