]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ide.h
buildman: Permit branch names with an embedded '/'
[karo-tx-uboot.git] / include / ide.h
index 0424d045a157aa9c56a55f979c6612d30575953f..c2a48e0b37853bedfcf36ed9640bf4d850778084 100644 (file)
@@ -66,12 +66,16 @@ void ide_write_data(int dev, const ulong *sect_buf, int words);
 /*
  * I/O function overrides
  */
+unsigned char ide_inb(int dev, int port);
+void ide_outb(int dev, int port, unsigned char val);
 void ide_input_swap_data(int dev, ulong *sect_buf, int words);
 void ide_input_data(int dev, ulong *sect_buf, int words);
 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);
 
+void ide_led(uchar led, uchar status);
+
 /**
  * board_start_ide() - Start up the board IDE interfac
  *