summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c
blob: 4341a88e376629bc023c65d8be31f45a44203552 (plain) (tree)
































                                                                               
/*****************************************************************************/
/*
  $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()
{
}