blob: f8a663928024e43f9f58f05f785b9a6589ae5f12 [file] [log] [blame]
Madhukar Pappireddydef48d02024-10-04 21:13:23 -05001/*
2 * Copyright 2024 The Hafnium Authors.
3 *
4 * Use of this source code is governed by a BSD-style
5 * license that can be found in the LICENSE file or at
6 * https://opensource.org/licenses/BSD-3-Clause.
7 */
8
9#pragma once
10
11#include "hf/vcpu.h"
12
13void host_timer_disable(void);
14void host_timer_init(void);