--- zzzz-none-000/linux-4.1.52/include/linux/usb/hcd.h 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/include/linux/usb/hcd.h 2022-03-02 11:37:13.000000000 +0000 @@ -24,6 +24,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 @@ -198,6 +202,10 @@ * (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. */