[XDK] Start define of xdk ke.h for arm64

CORE-17518
This commit is contained in:
Justin Miller 2021-12-13 05:43:56 -08:00 committed by Stanislav Motylkov
parent 4342b84c9a
commit 3cee1f718b
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
3 changed files with 116 additions and 0 deletions

View file

@ -14,6 +14,8 @@ $include(ppc/ke.h)
$include(mips/ke.h)
#elif defined(_M_ARM)
$include(arm/ke.h)
#elif defined(_M_ARM64)
$include(arm64/ke.h)
#else
#error Unknown Architecture
#endif