KEK/debugger.h
2022-06-10 20:59:36 +02:00

4 lines
149 B
C++

#include "bus.h"
#include "console.h"
void debugger(console *const cnsl, bus *const b, std::atomic_uint32_t *const stop_event, const bool tracing);