3a89422d478a82facb19c90f9cbdee43c28b26c4
[goodfet] / firmware / include / monitor.h
1
2
3 #include <signal.h>
4 #include <io.h>
5 #include <iomacros.h>
6
7
8 // Generic Commands
9
10 //! Overwrite all of RAM with 0xBEEF, then reboot.
11 void monitor_ram_pattern();
12 //! Return the number of contiguous bytes 0xBEEF, to measure RAM usage.
13 unsigned int monitor_ram_depth();
14