common: Add the clock module.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 17 Jun 2019 05:34:52 +0000 (07:34 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 7 Jul 2019 07:58:43 +0000 (09:58 +0200)
commit4ce1b228434e7b4dfa78f71070e1d063365828eb
tree3b481279bed63f1621950597d033024d5e387f00
parent39a4dda3c655326e4ff2e54e9a62abe8fad28c9a
common: Add the clock module.

So far this module only knows how to bring the system to PEE mode.
SConscript.libcommon
src/common/clock.rs [new file with mode: 0644]
src/common/lib.rs