test/py: test_fs: add tests for creating/deleting many files
[oweals/u-boot.git] / common / kgdb_stubs.c
index 19b0c1824d25cfeddfc62149b61a9cb3148649b0..c061126bed2a1103c98151816d9ad6614db75d82 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * U-boot - stub functions for common kgdb code,
+ * U-Boot - stub functions for common kgdb code,
  *          can be overridden in board specific files
  *
  * Copyright 2009 Analog Devices Inc.
@@ -8,7 +8,9 @@
  */
 
 #include <common.h>
+#include <cpu_func.h>
 #include <kgdb.h>
+#include <serial.h>
 
 int (*debugger_exception_handler)(struct pt_regs *);