summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 22:13:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 22:13:29 +0000
commit0074691a67f857c9b3f880fb581e0af1d5673337 (patch)
treef80fd23129ad62236ee4f64eeaf537f53bbaa0b8 /c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c
parentMerged very large and much appreciated patch from Chris Johns (diff)
downloadrtems-0074691a67f857c9b3f880fb581e0af1d5673337.tar.bz2
Merged very large and much appreciated patch from Chris Johns
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
Diffstat (limited to 'c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c')
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c33
1 files changed, 33 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c b/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c
new file mode 100644
index 0000000000..4341a88e37
--- /dev/null
+++ b/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c
@@ -0,0 +1,33 @@
+/*****************************************************************************/
+/*
+ $Id$
+
+ Memory check routines.
+
+ The production test is a destrucive full test.
+ The boot test is a minimal, non-desctructive.
+ The partial memory test performs a scetion at a time, and gets
+ called in a repeated fashion to completely check the memory,
+
+ */
+/*****************************************************************************/
+
+void
+production_memory_test()
+{
+}
+
+void
+boot_memory_test()
+{
+}
+
+void
+reset_partial_memory_test()
+{
+}
+
+void
+partial_memory_test()
+{
+}