aboutsummaryrefslogtreecommitdiffstats
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/marvell/mci.h b/include/drivers/marvell/mci.h
index 8ef023459..af5d62066 100644
--- a/include/drivers/marvell/mci.h
+++ b/include/drivers/marvell/mci.h
@@ -10,7 +10,7 @@
#ifndef MCI_H
#define MCI_H
-int mci_initialize(int mci_index);
+int mci_link_tune(int mci_index);
void mci_turn_link_down(void);
void mci_turn_link_on(void);
int mci_get_link_status(void);