]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - common/cmd_dcr.c
Move console definitions into a new console.h file
[thirdparty/u-boot.git] / common / cmd_dcr.c
index 4fddd804abd9bbad5b3c682dbe5211151a47b3a0..cc77250ac8239f91f40223d768a8cbd7c5b8eb38 100644 (file)
@@ -13,6 +13,7 @@
 #include <cli.h>
 #include <config.h>
 #include <command.h>
+#include <console.h>
 
 unsigned long get_dcr (unsigned short);
 unsigned long set_dcr (unsigned short, unsigned long);