]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/common.h
common: Move dram_init() declaration to common location
[karo-tx-uboot.git] / include / common.h
index 97c8f79fc7375706c07af06c752c424e196a083d..91294547f5cfe1314067a4e1dd8ffa394d0b6b29 100644 (file)
@@ -183,6 +183,7 @@ typedef void (interrupt_handler_t)(void *);
 /*
  * Function Prototypes
  */
+int dram_init(void);
 
 void   hang            (void) __attribute__ ((noreturn));