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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [tmtests/] [tmoverhd/] [empty.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
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
 *  empty.c,v 1.7 1999/11/17 17:51:34 joel 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.