aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/ddb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index 4c8a4f165461..2fa4bfeb495c 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -99,6 +99,7 @@ LIST_HEAD(db_command_table, db_command);
extern struct db_command_table db_cmd_table;
extern struct db_command_table db_show_table;
extern struct db_command_table db_show_all_table;
+extern struct db_command_table db_show_active_table;
/*
* Type signature for a function implementing a ddb command.