mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 02:45:39 +01:00
Add a do_div() wrapper, lldiv(). The new inline function doesn't modify the dividend and returns the result of division, so it is useful in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))" Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1.2 KiB
1.2 KiB