source: rtems/c/src/lib/libbsp/m68k/ods68302/startup/memcheck.c @ 3ec7bfc

4.104.114.84.95
Last change on this file since 3ec7bfc was 0074691a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/97 at 22:13:29

Merged very large and much appreciated patch from Chris Johns
<cjohns@…>. This patch includes the ods68302 bsp,
the RTEMS++ class library, and the rtems++ test.

  • Property mode set to 100644
File size: 563 bytes
Line 
1/*****************************************************************************/
2/*
3  $Id$
4
5  Memory check routines.
6
7  The production test is a destrucive full test.
8  The boot test is a minimal, non-desctructive.
9  The partial memory test performs a scetion at a time, and gets
10  called in a repeated fashion to completely check the memory,
11 
12 */
13/*****************************************************************************/
14
15void
16production_memory_test()
17{
18}
19
20void
21boot_memory_test()
22{
23}
24
25void
26reset_partial_memory_test()
27{
28}
29
30void
31partial_memory_test()
32{
33}
Note: See TracBrowser for help on using the repository browser.