Add missing header files
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 22s
Builds / ExectOS (amd64, release) (push) Failing after 20s
Builds / ExectOS (i686, debug) (push) Failing after 24s
Builds / ExectOS (i686, release) (push) Failing after 23s

This commit is contained in:
2025-09-11 18:58:43 +02:00
parent 7d5eab1a8e
commit 0a3450f649
2 changed files with 50 additions and 0 deletions

17
xtoskrnl/includes/hl.hh Normal file
View File

@@ -0,0 +1,17 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/hl.hh
* DESCRIPTION: Hardware Layer
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
*/
#ifndef __XTOSKRNL_HL_HH
#define __XTOSKRNL_HL_HH
#include <xtos.hh>
#include <hl/ioreg.hh>
#endif /* __XTOSKRNL_HL_HH */