forked from lolo859/vystem
Vystem 0.2
This commit is contained in:
7
shelter/lib/include/cpu/pit.h
Normal file
7
shelter/lib/include/cpu/pit.h
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user