]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/virtio/vhost-user-rng.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / include / hw / virtio / vhost-user-rng.h
index 071539996d1dd1679c3f73c41981c7fd0330d8d4..ddd9f01eea6116a58d60e4d6c9e480115f147fc7 100644 (file)
@@ -6,8 +6,8 @@
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
-#ifndef _QEMU_VHOST_USER_RNG_H
-#define _QEMU_VHOST_USER_RNG_H
+#ifndef QEMU_VHOST_USER_RNG_H
+#define QEMU_VHOST_USER_RNG_H
 
 #include "hw/virtio/virtio.h"
 #include "hw/virtio/vhost.h"
@@ -30,4 +30,4 @@ struct VHostUserRNG {
     /*< public >*/
 };
 
-#endif /* _QEMU_VHOST_USER_RNG_H */
+#endif /* QEMU_VHOST_USER_RNG_H */