summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-04 13:42:09 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-04 16:56:23 -0800
commit1527272fb21beee7839335ea5587e879163d2ed1 (patch)
treecb0a4818ddaced7e5202a0631e50628676774268 /src/openocd.c
parent5fdee60fd4d38e59c7b5f7aca5ad50b90e7d61ee (diff)
downloadopenocd+libswd-1527272fb21beee7839335ea5587e879163d2ed1.tar.gz
openocd+libswd-1527272fb21beee7839335ea5587e879163d2ed1.tar.bz2
openocd+libswd-1527272fb21beee7839335ea5587e879163d2ed1.tar.xz
openocd+libswd-1527272fb21beee7839335ea5587e879163d2ed1.zip
split NOR and NAND flash headers
Moves common flash errors to <flash/common.h> to decouple these two mostly unrelated trees of code.
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openocd.c b/src/openocd.c
index 0ae0d19f..b6dc010e 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -34,6 +34,7 @@
#include <helper/configuration.h>
#include <xsvf/xsvf.h>
#include <svf/svf.h>
+#include <flash/flash.h>
#include <flash/nand.h>
#include <pld/pld.h>
#include <flash/mflash.h>