From 05354e1befcaf02e333dbaca42d19d0a3e853a0d Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 12 Aug 2024 15:14:33 -0400 Subject: Hopefully fix the remaining red from 15e52374 (imx233, ipodnano2g, !multidrive hosted/sims) Change-Id: I9c89887078f9f50d3aac73f468ac323699e1fd1f --- firmware/target/arm/imx233/partitions-imx233.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/imx233/partitions-imx233.h') diff --git a/firmware/target/arm/imx233/partitions-imx233.h b/firmware/target/arm/imx233/partitions-imx233.h index 4c8f703c2d..edc6c1b2f4 100644 --- a/firmware/target/arm/imx233/partitions-imx233.h +++ b/firmware/target/arm/imx233/partitions-imx233.h @@ -55,6 +55,6 @@ bool imx233_partitions_is_window_enabled(void); * for a whole disk, *end should be the size of the disk when the function is * called */ int imx233_partitions_compute_window(intptr_t user, part_read_fn_t read_fn, - enum imx233_part_t part, sector_t *start, unsigned *end); + enum imx233_part_t part, sector_t *start, sector_t *end); #endif /* __PARTITIONS_IMX233__ */ -- cgit v1.2.3