diff options
Diffstat (limited to 'src/soc/intel/jasperlake/xhci.c')
-rw-r--r-- | src/soc/intel/jasperlake/xhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/xhci.c b/src/soc/intel/jasperlake/xhci.c index 49f919d78f..55ed9c789a 100644 --- a/src/soc/intel/jasperlake/xhci.c +++ b/src/soc/intel/jasperlake/xhci.c @@ -4,6 +4,7 @@ #include <device/mmio.h> #include <intelblocks/xhci.h> #include <soc/soc_chip.h> +#include <static.h> #define XHCI_USB2_PORT_STATUS_REG 0x480 #define XHCI_USB3_PORT_STATUS_REG 0x500 |