[mcs] Implements C# 7.2 readonly structs
[mono.git] / mono / utils / mono-hwcap-mips.c
index 6d809a79ac54cf488c61faf587a0f5a5d3e50196..d5dbee1cca81a4ac3c1ebec958aebf29e227613d 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * mono-hwcap-mips.c: MIPS hardware feature detection
+/**
+ * \file
+ * MIPS hardware feature detection
  *
  * Authors:
  *    Alex Rønne Petersen (alexrp@xamarin.com)
  * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
-#include "mono/utils/mono-hwcap-mips.h"
+#include "mono/utils/mono-hwcap.h"
 
 void
 mono_hwcap_arch_init (void)
-{
-       /* Nothing needed here yet. */
-}
-
-void
-mono_hwcap_print (FILE *f)
 {
 }