aboutsummaryrefslogtreecommitdiffstats
path: root/include/drivers/dw_ufs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/dw_ufs.h')
-rw-r--r--include/drivers/dw_ufs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drivers/dw_ufs.h b/include/drivers/dw_ufs.h
index a9774cf18..13e53f140 100644
--- a/include/drivers/dw_ufs.h
+++ b/include/drivers/dw_ufs.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __DW_UFS_H__
-#define __DW_UFS_H__
+#ifndef DW_UFS_H
+#define DW_UFS_H
#include <stdint.h>
@@ -107,4 +107,4 @@ typedef struct dw_ufs_params {
int dw_ufs_init(dw_ufs_params_t *params);
-#endif /* __DW_UFS_H__ */
+#endif /* DW_UFS_H */