]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/sparc/grlib.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / include / hw / sparc / grlib.h
index 9a0db7b47b4249e3323988acef51b969ce50a40b..afbb9bc07c1feab38cc00ad31dee806bf1f6e77c 100644 (file)
@@ -22,8 +22,8 @@
  * THE SOFTWARE.
  */
 
-#ifndef _GRLIB_H_
-#define _GRLIB_H_
+#ifndef GRLIB_H
+#define GRLIB_H
 
 #include "hw/qdev.h"
 #include "hw/sysbus.h"
@@ -117,4 +117,4 @@ DeviceState *grlib_apbuart_create(hwaddr  base,
     return dev;
 }
 
-#endif /* ! _GRLIB_H_ */
+#endif /* GRLIB_H */