1//
2// Copyright (c) Microsoft. All rights reserved.
3// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4//
5
6#ifndef _CoreClrCallbacks
7#define _CoreClrCallbacks
8
9#include "coreclrcommoncallbacks.h"
10
11// Added to allow us to persist a copy of the original callbacks
12extern CoreClrCallbacks* original_CoreClrCallbacks;
13
14#endif
15