summaryrefslogtreecommitdiff
path: root/ddb
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:53:35 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 05:55:12 +0900
commit423e1a794d353aa4f777b50f99b72a7a2b806355 (patch)
tree217fdfa609455be5b862e13870ad0d0d04de514f /ddb
parentbbd18a819d05b296500c316722dc9b640558bd96 (diff)
ddb/db_command.c: remove forward declaration
* ddb/db_command.c (db_reset_cpu): Remove forward declaration. * i386/i386/db_interface.h (db_reset_cpu): Add prototype. * i386/i386at/model_dep.c: Include i386/db_interface.h.
Diffstat (limited to 'ddb')
-rw-r--r--ddb/db_command.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ddb/db_command.c b/ddb/db_command.c
index c44e18cc..833b7204 100644
--- a/ddb/db_command.c
+++ b/ddb/db_command.c
@@ -332,8 +332,6 @@ struct db_command db_show_cmds[] = {
{ (char *)0, }
};
-extern void db_reset_cpu();
-
struct db_command db_command_table[] = {
#ifdef DB_MACHINE_COMMANDS
/* this must be the first entry, if it exists */