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/core.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/flash/nor/core.h') diff --git a/src/flash/nor/core.h b/src/flash/nor/core.h index c1e26cd2..36e163df 100644 --- a/src/flash/nor/core.h +++ b/src/flash/nor/core.h @@ -24,6 +24,11 @@ #include +/** + * @file + * Upper level NOR flash interfaces. + */ + struct image; #define FLASH_MAX_ERROR_STR (128) -- cgit v1.2.3