--- zzzz-none-000/linux-5.15.111/include/linux/usb/hcd.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/include/linux/usb/hcd.h 2024-02-07 10:23:27.000000000 +0000 @@ -26,6 +26,10 @@ #include #include +#ifdef CONFIG_AVM_NET_TRACE +#include "avmusbtrace.h" +#endif + #define MAX_TOPO_LEVEL 6 /* This file contains declarations of usbcore internals that are mostly @@ -227,6 +231,10 @@ * input size of periodic table to an interrupt scheduler. * (ohci 32, uhci 1024, ehci 256/512/1024). */ + +#ifdef AVM_USB_TRACE + struct avm_net_trace_device *avm_ntd; +#endif /* The HC driver's private data is stored at the end of * this structure.