X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fflash%2Flpc3180_nand_controller.h;h=6f5d2846dcf802e597d98d20ab1d16e9201ae8c0;hb=d0dfec33b6d6844c3c1b817a464b9f040ce40087;hp=d0f0113abd89099d6a8334a3202b56755aecae1b;hpb=cb582796539d35920e918bec2d0118eb3736d40e;p=openocd diff --git a/src/flash/lpc3180_nand_controller.h b/src/flash/lpc3180_nand_controller.h index d0f0113a..6f5d2846 100644 --- a/src/flash/lpc3180_nand_controller.h +++ b/src/flash/lpc3180_nand_controller.h @@ -29,14 +29,14 @@ enum lpc3180_selected_controller LPC3180_SLC_CONTROLLER, }; -typedef struct lpc3180_nand_controller_s +struct lpc3180_nand_controller { struct target_s *target; int osc_freq; enum lpc3180_selected_controller selected_controller; int sw_write_protection; - u32 sw_wp_lower_bound; - u32 sw_wp_upper_bound; -} lpc3180_nand_controller_t; + uint32_t sw_wp_lower_bound; + uint32_t sw_wp_upper_bound; +}; #endif /*LPC3180_NAND_CONTROLLER_H */