18 lines
527 B
C++
18 lines
527 B
C++
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtoskrnl/includes/rtl/amd64/intrin.hh
|
|
* DESCRIPTION: Compiler intrinsic support routines
|
|
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
|
*/
|
|
|
|
#ifndef __XTOSKRNL_RTL_AMD64_INTRIN_HH
|
|
#define __XTOSKRNL_RTL_AMD64_INTRIN_HH
|
|
|
|
#include <xtos.hh>
|
|
|
|
|
|
/* Forward declarations enforcing the XTAPI calling convention and preserving the raw unmangled symbol names */
|
|
|
|
#endif /* __XTOSKRNL_RTL_AMD64_INTRIN_HH */
|