Modify Makefiles

This commit is contained in:
xj 2024-06-06 00:44:29 -07:00
parent 336a640698
commit 29c2f1e3a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#ifndef USB_HC_XHCI_H_
#define USB_HC_XHCI_H_
#include "xhci.h"

View File

@ -1,7 +1,7 @@
#ifndef XHCI_H_
#define XHCI_H_
#include "xhci_reg.h"