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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [tmtests/] [tmoverhd/] [empty.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *
3
 *  COPYRIGHT (c) 1989-1999.
4
 *  On-Line Applications Research Corporation (OAR).
5
 *
6
 *  The license and distribution terms for this file may be
7
 *  found in the file LICENSE in this distribution or at
8
 *  http://www.OARcorp.com/rtems/license.html.
9
 *
10
 *  $Id: empty.c,v 1.2 2001-09-27 12:02:46 chris Exp $
11
 */
12
 
13
#include "system.h"
14
 
15
rtems_timer_service_routine Timer_handler(
16
  rtems_id argument
17
)
18
{
19
}
20
 
21
rtems_asr Isr_handler(
22
  rtems_signal_set signals
23
)
24
{
25
}
26
 
27
rtems_asr Asr_handler(
28
  rtems_signal_set signals
29
)
30
{
31
}
32
 
33
rtems_task task_func() {}
34
 
35
void null_func() {}
36
 
37
rtems_status_code Empty_directive()
38
{
39
  return( RTEMS_SUCCESSFUL );
40
}

powered by: WebSVN 2.1.0

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