Merge pull request #665 from andreas-auerswald/master
[mono.git] / mono / utils / mono-hwcap-ppc.h
1 #ifndef __MONO_UTILS_HWCAP_PPC_H__
2 #define __MONO_UTILS_HWCAP_PPC_H__
3
4 #include "mono/utils/mono-hwcap.h"
5
6 extern gboolean mono_hwcap_ppc_has_icache_snoop;
7 extern gboolean mono_hwcap_ppc_is_isa_2x;
8 extern gboolean mono_hwcap_ppc_is_isa_64;
9 extern gboolean mono_hwcap_ppc_has_move_fpr_gpr;
10 extern gboolean mono_hwcap_ppc_has_multiple_ls_units;
11
12 #endif /* __MONO_UTILS_HWCAP_PPC_H__ */