Convert CLI version input parsing to Lex/Yacc
[emu8051.git] / src / common / cpu8051.h
index 49494f0..430e00e 100644 (file)
@@ -71,6 +71,9 @@ SetBreakpoint(unsigned int Address);
 void
 ClearBreakpoint(unsigned int Address);
 
+void
+ClearAllBreakpoints(void);
+
 void
 ToggleBreakpoint(unsigned int Address);