]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/systemace.h
ARM: uniphier: speed up loading kernel image from NOR device
[karo-tx-uboot.git] / include / systemace.h
index 73affc42bedbb5a487bf15c4f95d2c49baca39f0..3b6ec7da4b41e981022ecd2d731f44bb3504fd74 100644 (file)
@@ -6,13 +6,12 @@
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
-#ident "$Id:$"
 
 #ifdef CONFIG_SYSTEMACE
 
 # include  <part.h>
 
-block_dev_desc_t *  systemace_get_dev(int dev);
+struct blk_desc *systemace_get_dev(int dev);
 
 #endif /* CONFIG_SYSTEMACE */
 #endif /* __SYSTEMACE_H */