summaryrefslogtreecommitdiff
path: root/src/flash/nor/core.h
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-04-10 19:28:13 +0800
committerAntonio Borneo <borneo.antonio@gmail.com>2010-04-10 19:28:13 +0800
commit0c82bea44acf491164c96efd88c1a831fbf6ce67 (patch)
tree61aab9bd5347182d3be09d628a8863e1fefe06bf /src/flash/nor/core.h
parentc0b5ca6d17273aff849bc6546c7388562b751225 (diff)
downloadopenocd+libswd-0c82bea44acf491164c96efd88c1a831fbf6ce67.tar.gz
openocd+libswd-0c82bea44acf491164c96efd88c1a831fbf6ce67.tar.bz2
openocd+libswd-0c82bea44acf491164c96efd88c1a831fbf6ce67.tar.xz
openocd+libswd-0c82bea44acf491164c96efd88c1a831fbf6ce67.zip
TCL: review scope of functions
Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/flash/nor/core.h')
-rw-r--r--src/flash/nor/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flash/nor/core.h b/src/flash/nor/core.h
index 98763b7b..68220afe 100644
--- a/src/flash/nor/core.h
+++ b/src/flash/nor/core.h
@@ -97,8 +97,6 @@ struct flash_bank
/// Registers the 'flash' subsystem commands
int flash_register_commands(struct command_context *cmd_ctx);
-/// Initializes the 'flash' subsystem drivers
-int flash_init_drivers(struct command_context *cmd_ctx);
/**
* Erases @a length bytes in the @a target flash, starting at @a addr.