aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal_rng.h')
-rw-r--r--os/hal/include/hal_rng.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/hal_rng.h b/os/hal/include/hal_rng.h
index 0e3c484..dc146c7 100644
--- a/os/hal/include/hal_rng.h
+++ b/os/hal/include/hal_rng.h
@@ -14,8 +14,8 @@
limitations under the License.
*/
-#ifndef _RNG_H_
-#define _RNG_H_
+#ifndef HAL_RNG_H_
+#define HAL_RNG_H_
#if (HAL_USE_RNG == TRUE) || defined(__DOXYGEN__)
@@ -131,6 +131,6 @@ extern "C" {
#endif /* HAL_USE_RNG */
-#endif /* _RNG_H_ */
+#endif /* HAL_RNG_H_ */
/** @} */