]> git.gag.com Git - fw/openocd/blobdiff - src/flash/lpc3180_nand_controller.h
#include "target.h" less wildly
[fw/openocd] / src / flash / lpc3180_nand_controller.h
index 6f5d2846dcf802e597d98d20ab1d16e9201ae8c0..0891cedf7c470da16909655994dd1cd6dd922d0a 100644 (file)
@@ -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;