]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ide.h
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / include / ide.h
index 158e1beaf9510385353dde29dfbf33c7665125d5..afea85cdc2cb3b5739e390d3bd02001f782fe9d3 100644 (file)
@@ -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 */