From 44b997db2bb80402447522d8de2e07d5122f915c Mon Sep 17 00:00:00 2001 From: travisutk Date: Thu, 20 Aug 2009 14:41:36 +0000 Subject: [PATCH] Forgot monitor.h, included now. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@80 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/include/monitor.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 firmware/include/monitor.h 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(); + -- 2.20.1