summaryrefslogtreecommitdiff
path: root/include/drivers/st/stm32mp1_reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/st/stm32mp1_reset.h')
-rw-r--r--include/drivers/st/stm32mp1_reset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drivers/st/stm32mp1_reset.h b/include/drivers/st/stm32mp1_reset.h
index 76ee09d8..cd488cc3 100644
--- a/include/drivers/st/stm32mp1_reset.h
+++ b/include/drivers/st/stm32mp1_reset.h
@@ -4,12 +4,12 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __STM32MP1_RESET_H__
-#define __STM32MP1_RESET_H__
+#ifndef STM32MP1_RESET_H
+#define STM32MP1_RESET_H
#include <stdint.h>
void stm32mp1_reset_assert(uint32_t reset_id);
void stm32mp1_reset_deassert(uint32_t reset_id);
-#endif /* __STM32MP1_RESET_H__ */
+#endif /* STM32MP1_RESET_H */