X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Flpc3180_nand_controller.h;h=0891cedf7c470da16909655994dd1cd6dd922d0a;hb=a93b404161dc42f8dee805c8f95bc4974aded9cb;hp=6f5d2846dcf802e597d98d20ab1d16e9201ae8c0;hpb=ed1aed8dd9f282fe7a948676453054c15d8ebd4e;p=openocd.git diff --git a/src/flash/lpc3180_nand_controller.h b/src/flash/lpc3180_nand_controller.h index 6f5d2846dc..0891cedf7c 100644 --- a/src/flash/lpc3180_nand_controller.h +++ b/src/flash/lpc3180_nand_controller.h @@ -20,8 +20,6 @@ #ifndef LPC3180_NAND_CONTROLLER_H #define LPC3180_NAND_CONTROLLER_H -#include "target.h" - enum lpc3180_selected_controller { LPC3180_NO_CONTROLLER, @@ -31,7 +29,7 @@ enum lpc3180_selected_controller struct lpc3180_nand_controller { - struct target_s *target; + struct target *target; int osc_freq; enum lpc3180_selected_controller selected_controller; int sw_write_protection;