]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.h
remove some comments introduced by tools.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciQueue.h
index 8b03ec6959a973846762254a9fb0abdca506de83..1b60ad7ff9a84b833cc958aea55014db537ffa1c 100644 (file)
@@ -88,19 +88,19 @@ typedef struct {
 typedef struct _UHCI_TD_SW  UHCI_TD_SW;\r
 typedef struct _UHCI_QH_SW  UHCI_QH_SW;\r
 \r
-typedef struct _UHCI_QH_SW {\r
+struct _UHCI_QH_SW {\r
   UHCI_QH_HW        QhHw;\r
   UHCI_QH_SW        *NextQh;\r
   UHCI_TD_SW        *TDs;\r
   UINTN             Interval;\r
-} UHCI_QH_SW;\r
+};\r
 \r
-typedef struct _UHCI_TD_SW {\r
+struct _UHCI_TD_SW {\r
   UHCI_TD_HW        TdHw;\r
   UHCI_TD_SW        *NextTd;\r
   UINT8             *Data;\r
   UINT16            DataLen;\r
-} UHCI_TD_SW;\r
+};\r
 \r
 \r
 /**\r