]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/imp.h
AVR flash: handle AT90CAN128 chips
[openocd] / src / flash / nor / imp.h
index 4c849fef23f0a5bd06e6f57f8dc8f5fecf6b7b93..34ccbe4e3964e300819c714765b1843fcabac8c4 100644 (file)
 // this is an internal header
 #include "core.h"
 #include "driver.h"
-// common flash internals
-#include <flash/common.h>
 // almost all drivers will need this file
 #include <target/target.h>
 
 /**
  * Adds a new NOR bank to the global list of banks.
- * @params bank The bank that should be added.
+ * @param bank The bank that should be added.
  */
 void flash_bank_add(struct flash_bank *bank);