Files
vystem-b/shelter/lib/include/cpu/pit.h
2026-05-27 19:34:54 +02:00

8 lines
171 B
C

// SPDX-License-Identifier: MPL-2.0
#ifndef SH_LIB_PIT_H
#define SH_LIB_PIT_H
#include "std/stdlib.h"
// Set PIT frequency
void sh_pit_set_frequency(sh_uint64 hz);
#endif