enabled specifying numeric config values using all strtof capabilities
[clinton/Smoothieware.git] / src / libs / MRI_Hooks.h
1 #ifndef _MRI_HOOKS_H
2 #define _MRI_HOOKS_H
3
4 extern "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 */