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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [sptests/] [sp09/] [delay.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  Delayed_routine
2
 *
3
 *  This routine is used as the timer routine for Timer Manager tests.
4
 *
5
 *  Input parameters:
6
 *    ignored - this parameter is ignored
7
 *
8
 *  Output parameters:  NONE
9
 *
10
 *  COPYRIGHT (c) 1989-1999.
11
 *  On-Line Applications Research Corporation (OAR).
12
 *
13
 *  The license and distribution terms for this file may be
14
 *  found in the file LICENSE in this distribution or at
15
 *  http://www.OARcorp.com/rtems/license.html.
16
 *
17
 *  $Id: delay.c,v 1.2 2001-09-27 12:02:31 chris Exp $
18
 */
19
 
20
#include "system.h"
21
 
22
rtems_timer_service_routine Delayed_routine(
23
  rtems_id  ignored_id,
24
  void     *ignored_address
25
)
26
{
27
}

powered by: WebSVN 2.1.0

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