OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [ods68302/] [startup/] [memcheck.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*****************************************************************************/
2
/*
3
  $Id: memcheck.c,v 1.2 2001-09-27 12:00:23 chris Exp $
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
 
15
void
16
production_memory_test()
17
{
18
}
19
 
20
void
21
boot_memory_test()
22
{
23
}
24
 
25
void
26
reset_partial_memory_test()
27
{
28
}
29
 
30
void
31
partial_memory_test()
32
{
33
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.