Merge branch 'edge' of https://github.com/Smoothieware/Smoothieware into feature...
[clinton/Smoothieware.git] / src / libs / MRI_Hooks.h
CommitLineData
8f91e4e6
MM
1#ifndef _MRI_HOOKS_H
2#define _MRI_HOOKS_H
3
4extern "C" {
5 void __mriPlatform_EnteringDebuggerHook();
6 void __mriPlatform_LeavingDebuggerHook();
7
8 void set_high_on_debug(int port, int pin);
9 void set_low_on_debug(int port, int pin);
10}
11
12#endif /* _MRI_HOOKS_H */