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