Files
exectos/xtoskrnl/includes/hl.hh
Aiken Harris 0a3450f649
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
Add missing header files
2025-09-11 18:58:43 +02:00

18 lines
361 B
C++

/**
* 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 */