First set of licensing changes
[mono.git] / mono / utils / mono-hwcap-ia64.c
index 71434e91d9a5292be336be995331354827f94c46..b5979862208a32a61fc594f5b150a183f225df6d 100644 (file)
  * Copyright 2006 Broadcom
  * Copyright 2007-2008 Andreas Faerber
  * Copyright 2011-2013 Xamarin Inc
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #include "mono/utils/mono-hwcap-ia64.h"
 
 void
-mono_hwcap_init (void)
+mono_hwcap_arch_init (void)
 {
        /* Nothing needed here yet. */
 }
+
+void
+mono_hwcap_print (FILE *f)
+{
+}