From 29c2f1e3a8bb8b24a1609ec2fc62bd4376de9448 Mon Sep 17 00:00:00 2001 From: xj Date: Thu, 6 Jun 2024 00:44:29 -0700 Subject: [PATCH] Modify Makefiles --- .../services/drivers/usb/components/port/xhci/usb_hc_xhci.h | 2 +- .../XiZi_AIoT/services/drivers/usb/components/port/xhci/xhci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h index 077e316ff..f896e8207 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h @@ -1,7 +1,7 @@ #ifndef USB_HC_XHCI_H_ #define USB_HC_XHCI_H_ - +#include "xhci.h" diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/xhci.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/xhci.h index 4b09aa70a..b52d35f8e 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/xhci.h +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/xhci.h @@ -1,7 +1,7 @@ #ifndef XHCI_H_ #define XHCI_H_ - +#include "xhci_reg.h"