Implement CMOS register access functions

This commit is contained in:
2026-04-23 19:13:56 +02:00
parent 98f2f449f9
commit 58010c27f4
8 changed files with 123 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
#include <hl/cport.hh>
#include <hl/cpu.hh>
#include <hl/fbdev.hh>
#include <hl/firmware.hh>
#include <hl/init.hh>
#include <hl/ioport.hh>
#include <hl/ioreg.hh>