]> git.baikalelectronics.ru Git - uboot.git/commit
time: move timer APIs to include/time.h
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 27 Dec 2016 15:36:00 +0000 (00:36 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 14 Jan 2017 21:46:29 +0000 (16:46 -0500)
commit469d6ad5028e9d95b55940ce98159dcaa43ab288
treeea36dffdef709fbe1c878ccddafe38beaad69454
parent1b31f088a0fc57506e6bc939e186bdc08f356853
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>
include/common.h
include/time.h [new file with mode: 0644]