summaryrefslogtreecommitdiff
path: root/src/flash/lpc3180_nand_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/lpc3180_nand_controller.h')
-rw-r--r--src/flash/lpc3180_nand_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/lpc3180_nand_controller.h b/src/flash/lpc3180_nand_controller.h
index d0f0113a..8352083b 100644
--- a/src/flash/lpc3180_nand_controller.h
+++ b/src/flash/lpc3180_nand_controller.h
@@ -35,8 +35,8 @@ typedef struct lpc3180_nand_controller_s
int osc_freq;
enum lpc3180_selected_controller selected_controller;
int sw_write_protection;
- u32 sw_wp_lower_bound;
- u32 sw_wp_upper_bound;
+ uint32_t sw_wp_lower_bound;
+ uint32_t sw_wp_upper_bound;
} lpc3180_nand_controller_t;
#endif /*LPC3180_NAND_CONTROLLER_H */