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
父節點 7d5eab1a8e
當前提交 0a3450f649
共有 2 個文件被更改,包括 50 次插入0 次删除

17
xtoskrnl/includes/hl.hh Normal 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 */