diff options
Diffstat (limited to 'tests/include/stubs/timestamp.h')
-rw-r--r-- | tests/include/stubs/timestamp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/include/stubs/timestamp.h b/tests/include/stubs/timestamp.h new file mode 100644 index 0000000000..10b81598c4 --- /dev/null +++ b/tests/include/stubs/timestamp.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +#include <types.h> + +void dummy_timestamp_set(uint64_t v); + +void dummy_timestamp_tick_freq_mhz_set(int v); |