Align libgc vcxproj with makefile.
[mono.git] / mono / utils / mono-hwcap-cross.c
1 /**
2  * \file
3  * No-op hardware feature detection
4  *
5  * Author:
6  *  Alex Rønne Petersen (alexrp@xamarin.com)
7  *
8  * Copyright 2015 Xamarin, Inc (http://www.xamarin.com)
9  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
10  */
11
12 #include "mono/utils/mono-hwcap.h"
13
14 void
15 mono_hwcap_arch_init (void)
16 {
17 }