X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Flpc3180_nand_controller.h;h=6f5d2846dcf802e597d98d20ab1d16e9201ae8c0;hp=8352083b47295f2b7030b2dcc046faa9872c729e;hb=ed1aed8dd9f282fe7a948676453054c15d8ebd4e;hpb=b712a4e8b85f3b351f2af93d0988d9983e57d6fe diff --git a/src/flash/lpc3180_nand_controller.h b/src/flash/lpc3180_nand_controller.h index 8352083b47..6f5d2846dc 100644 --- a/src/flash/lpc3180_nand_controller.h +++ b/src/flash/lpc3180_nand_controller.h @@ -29,7 +29,7 @@ enum lpc3180_selected_controller LPC3180_SLC_CONTROLLER, }; -typedef struct lpc3180_nand_controller_s +struct lpc3180_nand_controller { struct target_s *target; int osc_freq; @@ -37,6 +37,6 @@ typedef struct lpc3180_nand_controller_s int sw_write_protection; uint32_t sw_wp_lower_bound; uint32_t sw_wp_upper_bound; -} lpc3180_nand_controller_t; +}; #endif /*LPC3180_NAND_CONTROLLER_H */