blob: f8a663928024e43f9f58f05f785b9a6589ae5f12 [file] [log] [blame]
/*
* Copyright 2024 The Hafnium Authors.
*
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/BSD-3-Clause.
*/
#pragma once
#include "hf/vcpu.h"
void host_timer_disable(void);
void host_timer_init(void);