commit | a4f0b8e57537fa6c358a3eec4c57ff75f6350e1f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Dec 28 00:36:00 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 14 16:46:29 2017 -0500 |
tree | ea36dffdef709fbe1c878ccddafe38beaad69454 | |
parent | 29d2a62327855f400c03a4ffae0f7c4696ee8cf3 [diff] |
time: move timer APIs to include/time.h The include/common.h is a collection of unrelated declarations, macros, etc. It is horrible to include such a cluttered header just for some timer functions. Split out timer functions into include/time.h. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>