]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.h
Clean up to update the reference of the these macros:
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciDxe / EhciUrb.h
index 7cae215adb1d71764df8853464fc2c9e9657c917..7b66184a19acf2f7abcca90c843eabf4f63bb211 100644 (file)
@@ -31,9 +31,9 @@ typedef enum {
   EHC_INT_TRANSFER_SYNC   = 0x04,\r
   EHC_INT_TRANSFER_ASYNC  = 0x08,\r
 \r
-  EHC_QTD_SIG             = EFI_SIGNATURE_32 ('U', 'S', 'B', 'T'),\r
-  EHC_QH_SIG              = EFI_SIGNATURE_32 ('U', 'S', 'B', 'H'),\r
-  EHC_URB_SIG             = EFI_SIGNATURE_32 ('U', 'S', 'B', 'R'),\r
+  EHC_QTD_SIG             = SIGNATURE_32 ('U', 'S', 'B', 'T'),\r
+  EHC_QH_SIG              = SIGNATURE_32 ('U', 'S', 'B', 'H'),\r
+  EHC_URB_SIG             = SIGNATURE_32 ('U', 'S', 'B', 'R'),\r
 \r
   //\r
   // Hardware related bit definitions\r