aboutsummaryrefslogtreecommitdiffstats
path: root/include/drivers/partition/mbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/partition/mbr.h')
-rw-r--r--include/drivers/partition/mbr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drivers/partition/mbr.h b/include/drivers/partition/mbr.h
index 1cacb7826..1452c0289 100644
--- a/include/drivers/partition/mbr.h
+++ b/include/drivers/partition/mbr.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __MBR_H__
-#define __MBR_H__
+#ifndef MBR_H
+#define MBR_H
#define MBR_OFFSET 0
@@ -26,4 +26,4 @@ typedef struct mbr_entry {
unsigned int sector_nums;
} mbr_entry_t;
-#endif /* __MBR_H__ */
+#endif /* MBR_H */