util: timer: Add timer management 84/269984/6
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 20 Jan 2022 08:14:01 +0000 (17:14 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 24 Jan 2022 09:23:58 +0000 (18:23 +0900)
commit1688fdd0722579ab0ef089f37ced294b3e6fa0ff
tree762f8ed51aed734ad923ac39b56d64d93f4774b9
parentc95a3bc7143174307d2bd80389ca08ad4a00bc77
util: timer: Add timer management

Add internal helper functions of timer and uevent code. It will be used
on multiple point in PASS daemon.

Change-Id: Id9abc31433021eb850ad0529cc1ee6b6fcf31cab
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt
include/util/timer.h [new file with mode: 0644]
src/main.c
src/util/timer.c [new file with mode: 0644]