From e0c60f3d39182a1105aa9e39683abdbc2e600162 Mon Sep 17 00:00:00 2001 From: Jakub Czapiga Date: Fri, 9 Oct 2020 10:07:47 +0200 Subject: tests: Add lib/timestamp-test test case Signed-off-by: Jakub Czapiga Change-Id: I39abfc644fef085cef2175086a0e45a040b244de Reviewed-on: https://review.coreboot.org/c/coreboot/+/46968 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg --- tests/include/stubs/timestamp.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/include/stubs/timestamp.h (limited to 'tests/include/stubs') 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 + +void dummy_timestamp_set(uint64_t v); + +void dummy_timestamp_tick_freq_mhz_set(int v); -- cgit v1.2.3