Skip to content
Snippets Groups Projects
Commit 19ea4678 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

Use uint64_t for time types


Unfortunately 'unsigned long long' and 'uint64_t' are not necessarily
compatible on 64-bit machines. Use the correct typedef instead of
writing the supposed type out in full.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent aac618a3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment