]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridge.h
Remove use of 'VOLATILE'. Use 'volatile' instead.
[mirror_edk2.git] / DuetPkg / PciRootBridgeNoEnumerationDxe / PcatPciRootBridge.h
index f88932615e16184a408480551afea2d1691d723a..960ad9a27fb823c5fec22caae549f6e0e5c1d609 100644 (file)
@@ -96,17 +96,16 @@ typedef struct {
 #define DRIVER_INSTANCE_FROM_PCI_ROOT_BRIDGE_IO_THIS(a) \\r
   CR(a, PCAT_PCI_ROOT_BRIDGE_INSTANCE, Io, PCAT_PCI_ROOT_BRIDGE_SIGNATURE)\r
 \r
-#define VOLATILE volatile\r
 //\r
 // Private data types\r
 //\r
 typedef union {\r
-  UINT8   VOLATILE  *buf;\r
-  UINT8   VOLATILE  *ui8;\r
-  UINT16  VOLATILE  *ui16;\r
-  UINT32  VOLATILE  *ui32;\r
-  UINT64  VOLATILE  *ui64;\r
-  UINTN   VOLATILE  ui;\r
+  UINT8   volatile  *buf;\r
+  UINT8   volatile  *ui8;\r
+  UINT16  volatile  *ui16;\r
+  UINT32  volatile  *ui32;\r
+  UINT64  volatile  *ui64;\r
+  UINTN   volatile  ui;\r
 } PTR;\r
 \r
 typedef struct {\r