summaryrefslogtreecommitdiff
path: root/include/drivers/marvell/mci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/marvell/mci.h')
-rw-r--r--include/drivers/marvell/mci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drivers/marvell/mci.h b/include/drivers/marvell/mci.h
index 789b3b961..8ef023459 100644
--- a/include/drivers/marvell/mci.h
+++ b/include/drivers/marvell/mci.h
@@ -7,12 +7,12 @@
/* MCI bus driver for Marvell ARMADA 8K and 8K+ SoCs */
-#ifndef _MCI_H_
-#define _MCI_H_
+#ifndef MCI_H
+#define MCI_H
int mci_initialize(int mci_index);
void mci_turn_link_down(void);
void mci_turn_link_on(void);
int mci_get_link_status(void);
-#endif /* _MCI_H_ */
+#endif /* MCI_H */