summaryrefslogtreecommitdiff
path: root/src/flash/mflash.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:28:24 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:28:24 +0000
commit0643263d68bcddc56eaa7e3678b7502798410711 (patch)
tree7d456b630b1fb24c2f1622fe3250bc2b26b635a3 /src/flash/mflash.h
parent0b6c73ae8398964268d2df6f87347d9c59b04858 (diff)
downloadopenocd+libswd-0643263d68bcddc56eaa7e3678b7502798410711.tar.gz
openocd+libswd-0643263d68bcddc56eaa7e3678b7502798410711.tar.bz2
openocd+libswd-0643263d68bcddc56eaa7e3678b7502798410711.tar.xz
openocd+libswd-0643263d68bcddc56eaa7e3678b7502798410711.zip
Audit and eliminate redundant #include directives in src/flash headers.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1711 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/mflash.h')
-rw-r--r--src/flash/mflash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/mflash.h b/src/flash/mflash.h
index 4f9e0a00..e78f2486 100644
--- a/src/flash/mflash.h
+++ b/src/flash/mflash.h
@@ -20,6 +20,8 @@
#ifndef _MFLASH_H
#define _MFLASH_H
+#include "target.h"
+
typedef unsigned long mg_io_uint32;
typedef unsigned short mg_io_uint16;
typedef unsigned char mg_io_uint8;