mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:17:46 +00:00
Kernel: Include the new PIT class in system components
This commit is contained in:
parent
b3c132ffb7
commit
895e874eb4
4 changed files with 6 additions and 6 deletions
|
@ -25,8 +25,8 @@
|
|||
*/
|
||||
|
||||
#include <Kernel/Arch/i386/CPU.h>
|
||||
#include <Kernel/Arch/i386/PIT.h>
|
||||
#include <Kernel/Devices/PCSpeaker.h>
|
||||
#include <Kernel/Devices/PIT.h>
|
||||
#include <LibBareMetal/IO.h>
|
||||
|
||||
void PCSpeaker::tone_on(int frequency)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue