aboutsummaryrefslogtreecommitdiff
path: root/include/hw/gpio/imx_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/gpio/imx_gpio.h')
-rw-r--r--include/hw/gpio/imx_gpio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hw/gpio/imx_gpio.h b/include/hw/gpio/imx_gpio.h
index 4573570384..ffab437f23 100644
--- a/include/hw/gpio/imx_gpio.h
+++ b/include/hw/gpio/imx_gpio.h
@@ -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 */