summaryrefslogtreecommitdiffstats
path: root/include/ide.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-03-14 07:20:12 +0000
committerTom Rini <trini@ti.com>2013-03-15 16:14:00 -0400
commitc2240d4dbef98f0bc5f5e99324d1eef8d6e9acdf (patch)
tree67545e93ce9a058453de6e74c7cdde4a0f5f7e11 /include/ide.h
parente4fef6cfcc84d35df4db0b80c273de61dba9f0c1 (diff)
downloadtalos-obmc-uboot-c2240d4dbef98f0bc5f5e99324d1eef8d6e9acdf.tar.gz
talos-obmc-uboot-c2240d4dbef98f0bc5f5e99324d1eef8d6e9acdf.zip
Adjust board_r.c for ppc
This adds ppc features to the generic post-relocation board init. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/ide.h')
-rw-r--r--include/ide.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ide.h b/include/ide.h
index 158e1beaf9..afea85cdc2 100644
--- a/include/ide.h
+++ b/include/ide.h
@@ -85,4 +85,11 @@ void ide_output_data(int dev, const ulong *sect_buf, int words);
void ide_input_data_shorts(int dev, ushort *sect_buf, int shorts);
void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts);
+/**
+ * board_start_ide() - Start up the board IDE interfac
+ *
+ * @return 0 if ok
+ */
+int board_start_ide(void);
+
#endif /* _IDE_H */
OpenPOWER on IntegriCloud