]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/CpuIoDxe/CpuIo.h
Remove use of 'VOLATILE'. Use 'volatile' instead.
[mirror_edk2.git] / DuetPkg / CpuIoDxe / CpuIo.h
index 622cc1560f48566b6f555dd78298c0c8d0e994ea..2facb53ad80228eeb5f1369ad9c423fd60899096 100644 (file)
@@ -33,15 +33,13 @@ Abstract:
 #include <Library/BaseLib.h>\r
 #include <Library/DebugLib.h>\r
 \r
-#define VOLATILE  volatile\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
 EFI_STATUS\r