From 8c730aaee22a505cf66666be3ff28734ac885418 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 11 Jan 2010 00:14:01 -0800 Subject: Doxygen file comments Add file comments to a few files. Make the GDB server use more conventional (pointer-free) hex digit conversion. Signed-off-by: David Brownell --- src/flash/nor/tcl.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/flash/nor/tcl.c') diff --git a/src/flash/nor/tcl.c b/src/flash/nor/tcl.c index 65523fbe..b7e80df2 100644 --- a/src/flash/nor/tcl.c +++ b/src/flash/nor/tcl.c @@ -26,6 +26,11 @@ #include #include +/** + * @file + * Implements Tcl commands used to access NOR flash facilities. + */ + COMMAND_HELPER(flash_command_get_bank, unsigned name_index, struct flash_bank **bank) { -- cgit v1.2.3