18 lines
361 B
C++
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 */
|