17 lines
348 B
C++
17 lines
348 B
C++
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtoskrnl/includes/ex.hh
|
|
* DESCRIPTION:
|
|
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
|
*/
|
|
|
|
#ifndef __XTOSKRNL_EX_HH
|
|
#define __XTOSKRNL_EX_HH
|
|
|
|
#include <xtos.hh>
|
|
|
|
#include <ex/rundown.hh>
|
|
|
|
#endif /* __XTOSKRNL_EX_HH */
|