]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/gpio/imx_gpio.h
Clean up ill-advised or unusual header guards
[mirror_qemu.git] / include / hw / gpio / imx_gpio.h
index 4573570384147c44d4cb21f5936d322b2a474cd4..ffab437f23f27893c7cf980f845c0c967454a07e 100644 (file)
@@ -17,8 +17,8 @@
  * with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __IMX_GPIO_H_
-#define __IMX_GPIO_H_
+#ifndef IMX_GPIO_H
+#define IMX_GPIO_H
 
 #include "hw/sysbus.h"
 
@@ -60,4 +60,4 @@ typedef struct IMXGPIOState {
     qemu_irq output[IMX_GPIO_PIN_COUNT];
 } IMXGPIOState;
 
-#endif /* __IMX_GPIO_H_ */
+#endif /* IMX_GPIO_H */