summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
authorSergei Poselenov <sposelenov@emcraft.com>2008-11-04 12:51:18 (GMT)
committerWolfgang Denk <wd@denx.de>2009-01-23 23:23:09 (GMT)
commit3feb647f3fd0881382c7a29f4cf280b66473ae0a (patch)
tree98c94301b02b76944dd2191ab2f32efdc86da3a9 /MAKEALL
parent6dadc9195ad642cc662632f4d92f92d3d71e8bf2 (diff)
downloadu-boot-3feb647f3fd0881382c7a29f4cf280b66473ae0a.tar.xz
Add a do_div() wrapper macro, lldiv().
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>
Diffstat (limited to 'MAKEALL')
0 files changed, 0 insertions, 0 deletions