Doxygen file comments
[fw/openocd] / src / flash / nor / core.c
index 7e783d425c6eb119782f149303c5d7e1ca456808..9083ed15ef92a95dda02aa4f0d9362922c2b4905 100644 (file)
 #include <target/image.h>
 
 
+/**
+ * @file
+ * Upper level of NOR flash framework.
+ * The lower level interfaces are to drivers.  These upper level ones
+ * primarily support access from Tcl scripts or from GDB.
+ */
+
 struct flash_bank *flash_banks;
 
 int flash_driver_erase(struct flash_bank *bank, int first, int last)