]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/imp.h
AVR flash: handle AT90CAN128 chips
[openocd] / src / flash / nor / imp.h
index ade7297a4ff7a7fb39c45dc494933534464ace72..34ccbe4e3964e300819c714765b1843fcabac8c4 100644 (file)
 
 // this is an internal header
 #include "core.h"
+#include "driver.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);