[amd64] Remove the callee saved registers from MonoLMF, save/restore them normally...
[mono-project.git] / mono / metadata / reflection-internals.h
blob4b32053f951775325ba139712f5f82787e8c7fd3
1 /*
2 * Copyright 2014 Xamarin Inc
3 */
4 #ifndef __MONO_METADATA_REFLECTION_INTERBALS_H__
5 #define __MONO_METADATA_REFLECTION_INTERBALS_H__
7 #include <mono/metadata/reflection.h>
8 #include <mono/utils/mono-compiler.h>
9 #include <mono/utils/mono-error.h>
11 MonoObject*
12 mono_custom_attrs_get_attr_checked (MonoCustomAttrInfo *ainfo, MonoClass *attr_klass, MonoError *error) MONO_INTERNAL;
14 #endif