From 8c1ec4f0e1a7dd37a2549d83b6cd5c8c57eb34aa Mon Sep 17 00:00:00 2001 From: zwelch Date: Thu, 30 Apr 2009 09:49:38 +0000 Subject: Add static keywords to core target source file data and functions. git-svn-id: svn://svn.berlios.de/openocd/trunk@1579 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/breakpoints.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/target/breakpoints.h') diff --git a/src/target/breakpoints.h b/src/target/breakpoints.h index 9b60254b..800e6558 100644 --- a/src/target/breakpoints.h +++ b/src/target/breakpoints.h @@ -30,15 +30,11 @@ enum breakpoint_type BKPT_SOFT, }; -extern char *breakpoint_type_strings[]; - enum watchpoint_rw { WPT_READ = 0, WPT_WRITE = 1, WPT_ACCESS = 2 }; -extern char *watchpoint_rw_strings[]; - typedef struct breakpoint_s { u32 address; -- cgit v1.2.3