X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnand%2Flpc3180.c;h=4268b66ebef7e390f2875783b5dfe9f2f30a4d7e;hp=80284cc62d6728cb446e9715c51a78fc5913ba12;hb=899c9975e750ff0144d4a4f63e0f2a619c0b0e58;hpb=da3bcb392e852214b0dda878f6161c8f1e8d15f3 diff --git a/src/flash/nand/lpc3180.c b/src/flash/nand/lpc3180.c index 80284cc62d..4268b66ebe 100644 --- a/src/flash/nand/lpc3180.c +++ b/src/flash/nand/lpc3180.c @@ -21,8 +21,10 @@ #include "config.h" #endif +#include "imp.h" #include "lpc3180.h" -#include +#include + static int lpc3180_reset(struct nand_device *nand); static int lpc3180_controller_ready(struct nand_device *nand, int timeout);