47735bb1bd
del: KSH
9 lines
228 B
C
9 lines
228 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2026 0xKarinyash
|
|
|
|
#pragma once
|
|
#include <types.h>
|
|
|
|
void IOTimerInitialize(UInt32 freq);
|
|
UInt64 IOTimerInterruptsHandler(CPURegisters *regs);
|
|
UInt64 IOTimerGetTicks(); |