commit | 7fac39aab6c0a8715485d75b50234ba2b995766d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Nov 03 23:42:20 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 13 08:14:23 2024 -0600 |
tree | 90806f53aa4442ab5f94d6b1878240a7a8345a5c | |
parent | 4b71acdbf2182ee75aa3cd499b9b6bca34a7be6e [diff] |
lib: provide function hextoull() We often convert hexadecimal strings to hextoull(). Provide a wrapper function to simple_strtoull() that does not require specifying the radix. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>