Files
exectos/xtoskrnl/includes/ex.hh

18 lines
389 B
C++

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/ex.hh
* DESCRIPTION: Kernel Executive
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
*/
#ifndef __XTOSKRNL_EX_HH
#define __XTOSKRNL_EX_HH
#include <xtos.hh>
#include <ex/laslist.hh>
#include <ex/rundown.hh>
#endif /* __XTOSKRNL_EX_HH */