summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-09-10 03:01:25 +0000
committermarcel <marcel@FreeBSD.org>2005-09-10 03:01:25 +0000
commit5c8a9dbf0f5cb3b314fdecf87236ae88f4aa5c8e (patch)
tree2eb12d424d094aa2214ff516e993dbfab24f5b87 /sys/powerpc
parent6798cfc6b59c78fe4bba3810e41d92bda4c52281 (diff)
downloadFreeBSD-src-5c8a9dbf0f5cb3b314fdecf87236ae88f4aa5c8e.zip
FreeBSD-src-5c8a9dbf0f5cb3b314fdecf87236ae88f4aa5c8e.tar.gz
Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()
and db_md_list_watchpoints() to ddb/ddb.h.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/powerpc/db_hwwatch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/powerpc/powerpc/db_hwwatch.c b/sys/powerpc/powerpc/db_hwwatch.c
index d6db0b0..a5b0a69 100644
--- a/sys/powerpc/powerpc/db_hwwatch.c
+++ b/sys/powerpc/powerpc/db_hwwatch.c
@@ -34,10 +34,6 @@
#include <ddb/db_variables.h>
#include <ddb/db_watch.h>
-int db_md_set_watchpoint(db_expr_t, db_expr_t);
-int db_md_clr_watchpoint(db_expr_t, db_expr_t);
-void db_md_list_watchpoints(void);
-
int
db_md_set_watchpoint(db_expr_t addr, db_expr_t size)
{
OpenPOWER on IntegriCloud