X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fide.h;h=afea85cdc2cb3b5739e390d3bd02001f782fe9d3;hb=601795462a4e7ede97b64dc306de1002e688eef6;hp=158e1beaf9510385353dde29dfbf33c7665125d5;hpb=3e4d27b06d7484040355e22eec2cbce7335d6dab;p=u-boot 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 */