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