[runtime] Fix DISABLE_REFLECTION_EMIT build.
[mono.git] / mono / utils / mono-hwcap-arm64.c
1 /**
2  * \file
3  * ARM64 hardware feature detection
4  *
5  * Copyright 2013 Xamarin Inc
6  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
7  */
8
9 #include "mono/utils/mono-hwcap.h"
10
11 void
12 mono_hwcap_arch_init (void)
13 {
14 }