[USBPORT][USBOHCI_NEW] Avoid using pointers for physical addresses.
[reactos.git] / drivers / usb / usbport / usbport.h
index 7895b97..d09edb1 100644 (file)
@@ -148,7 +148,7 @@ typedef struct _USBPORT_COMMON_BUFFER_HEADER {
   PHYSICAL_ADDRESS LogicalAddress;
   SIZE_T BufferLength;
   ULONG_PTR VirtualAddress;
-  ULONG_PTR PhysicalAddress;
+  ULONG PhysicalAddress;
 } USBPORT_COMMON_BUFFER_HEADER, *PUSBPORT_COMMON_BUFFER_HEADER;
 
 typedef struct _USBPORT_ENDPOINT *PUSBPORT_ENDPOINT;