X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fstellaris.c;h=39885429872b1363c88c46a968e712f6d94b7d91;hp=f0028ea64b2ba3864118f20978438e0063554bf9;hb=d9dc604a4d790f557a7ba502babdabffa27eaa17;hpb=f52a5968604ae0dffc5b93e745724f850a416282 diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c index f0028ea64b..3988542987 100644 --- a/src/flash/nor/stellaris.c +++ b/src/flash/nor/stellaris.c @@ -28,10 +28,11 @@ #include "config.h" #endif +#include "imp.h" #include "stellaris.h" -#include #include #include +#include #define DID0_VER(did0) ((did0 >> 28)&0x07)