summary refs log tree commit diff stats
path: root/include/hw/usb/dwc2-regs.h
diff options
context:
space:
mode:
authorAhmed Abouzied <email@aabouzied.com>2021-06-05 19:49:38 +0200
committerThomas Huth <thuth@redhat.com>2021-06-21 05:49:01 +0200
commite52ee00dab8678b26a5b7312275daa6ac4899046 (patch)
tree95402eb9c1df3b727c593fd71f5cb779fe624798 /include/hw/usb/dwc2-regs.h
parente2abbeac7a0c19e7757370da4c5164c862016d31 (diff)
downloadfocaccia-qemu-e52ee00dab8678b26a5b7312275daa6ac4899046.tar.gz
focaccia-qemu-e52ee00dab8678b26a5b7312275daa6ac4899046.zip
Remove leading underscores from QEMU defines
Leading underscores followed by a capital letter or underscore are
reserved by the C standard.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/369

Signed-off-by: Ahmed Abouzied <email@aabouzied.com>
Message-Id: <20210605174938.13782-1-email@aabouzied.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/hw/usb/dwc2-regs.h')
-rw-r--r--include/hw/usb/dwc2-regs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/usb/dwc2-regs.h b/include/hw/usb/dwc2-regs.h
index 40af23a0ba..a7eb531485 100644
--- a/include/hw/usb/dwc2-regs.h
+++ b/include/hw/usb/dwc2-regs.h
@@ -39,8 +39,8 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef __DWC2_HW_H__
-#define __DWC2_HW_H__
+#ifndef DWC2_HW_H
+#define DWC2_HW_H
 
 #define HSOTG_REG(x)	(x)