diff options
| author | Ahmed Abouzied <email@aabouzied.com> | 2021-06-05 19:49:38 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2021-06-21 05:49:01 +0200 |
| commit | e52ee00dab8678b26a5b7312275daa6ac4899046 (patch) | |
| tree | 95402eb9c1df3b727c593fd71f5cb779fe624798 /include/hw/usb/xlnx-usb-subsystem.h | |
| parent | e2abbeac7a0c19e7757370da4c5164c862016d31 (diff) | |
| download | focaccia-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/xlnx-usb-subsystem.h')
| -rw-r--r-- | include/hw/usb/xlnx-usb-subsystem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/usb/xlnx-usb-subsystem.h b/include/hw/usb/xlnx-usb-subsystem.h index 739bef7f45..999e423951 100644 --- a/include/hw/usb/xlnx-usb-subsystem.h +++ b/include/hw/usb/xlnx-usb-subsystem.h @@ -22,8 +22,8 @@ * THE SOFTWARE. */ -#ifndef _XLNX_VERSAL_USB_SUBSYSTEM_H_ -#define _XLNX_VERSAL_USB_SUBSYSTEM_H_ +#ifndef XLNX_VERSAL_USB_SUBSYSTEM_H +#define XLNX_VERSAL_USB_SUBSYSTEM_H #include "hw/usb/xlnx-versal-usb2-ctrl-regs.h" #include "hw/usb/hcd-dwc3.h" |