From: travisutk Date: Thu, 20 Aug 2009 14:41:36 +0000 (+0000) Subject: Forgot monitor.h, included now. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=44b997db2bb80402447522d8de2e07d5122f915c;hp=da2061d1d45ea077c127af4e74c189bb51abd441 Forgot monitor.h, included now. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@80 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/include/monitor.h b/firmware/include/monitor.h new file mode 100644 index 0000000..3a89422 --- /dev/null +++ b/firmware/include/monitor.h @@ -0,0 +1,14 @@ + + +#include +#include +#include + + +// Generic Commands + +//! Overwrite all of RAM with 0xBEEF, then reboot. +void monitor_ram_pattern(); +//! Return the number of contiguous bytes 0xBEEF, to measure RAM usage. +unsigned int monitor_ram_depth(); +