Program Listing for File timer.hpp

Return to documentation for file (platform/amd64/timer.hpp)

/* SPDX-License-Identifier: BSD-2-Clause */
#pragma once
#include <dev/acpi/acpi.hpp>

namespace Gaia::Amd64 {

void timer_init(Dev::AcpiPc *acpi);
void timer_sleep(uint64_t ms);

} // namespace Gaia::Amd64