summaryrefslogtreecommitdiff
path: root/include/mock/timer_mock.h
blob: 77dbc32d4ef34ef4a89f75a29e175564e5704a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright 2019 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __MOCK_TIMER_MOCK_H
#define __MOCK_TIMER_MOCK_H

#include "timer.h"

void set_time(timestamp_t now_);

timestamp_t get_time(void);

#endif  /* __MOCK_TIMER_MOCK_H */