]> git.gag.com Git - fw/openocd/blobdiff - src/flash/nand/arm_io.c
rename nand.h to flash//nand/core.h
[fw/openocd] / src / flash / nand / arm_io.c
index cc565dcbc023592214c2f61d7d686878e4012157..4c746757cf841b6311411766d4e61f1744aafe94 100644 (file)
 #include "config.h"
 #endif
 
+#include "core.h"
 #include "arm_io.h"
+#include <helper/binarybuffer.h>
 #include <target/armv4_5.h>
 #include <target/algorithm.h>
 
+
 /**
  * Copies code to a working area.  This will allocate room for the code plus the
  * additional amount requested if the working area pointer is null.