summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/partitions-imx233.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-08-12 15:14:33 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-08-12 15:20:13 -0400
commit05354e1befcaf02e333dbaca42d19d0a3e853a0d (patch)
tree3bfdf142dc96cbe54cb63b108f271283c382a8e9 /firmware/target/arm/imx233/partitions-imx233.h
parent6e69241279e5abfc2137d3fb28fe4af04b6e4256 (diff)
downloadrockbox-05354e1befcaf02e333dbaca42d19d0a3e853a0d.tar.gz
rockbox-05354e1befcaf02e333dbaca42d19d0a3e853a0d.zip
Hopefully fix the remaining red from 15e52374
(imx233, ipodnano2g, !multidrive hosted/sims) Change-Id: I9c89887078f9f50d3aac73f468ac323699e1fd1f
Diffstat (limited to 'firmware/target/arm/imx233/partitions-imx233.h')
-rw-r--r--firmware/target/arm/imx233/partitions-imx233.h2
1 files changed, 1 insertions, 1 deletions
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);
55 * for a whole disk, *end should be the size of the disk when the function is 55 * for a whole disk, *end should be the size of the disk when the function is
56 * called */ 56 * called */
57int imx233_partitions_compute_window(intptr_t user, part_read_fn_t read_fn, 57int imx233_partitions_compute_window(intptr_t user, part_read_fn_t read_fn,
58 enum imx233_part_t part, sector_t *start, unsigned *end); 58 enum imx233_part_t part, sector_t *start, sector_t *end);
59 59
60#endif /* __PARTITIONS_IMX233__ */ 60#endif /* __PARTITIONS_IMX233__ */