source: rtems/testsuites/tmtests/tmoverhd/empty.c @ 08311cc3

4.104.114.84.95
Last change on this file since 08311cc3 was 08311cc3, checked in by Joel Sherrill <joel.sherrill@…>, on 11/17/99 at 17:51:34

Updated copyright notice.

  • Property mode set to 100644
File size: 595 bytes
Line 
1/*
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$
11 */
12
13#include "system.h"
14
15rtems_timer_service_routine Timer_handler(
16  rtems_id argument
17)
18{
19}
20
21rtems_asr Isr_handler(
22  rtems_signal_set signals
23)
24{
25}
26
27rtems_asr Asr_handler(
28  rtems_signal_set signals
29)
30{
31}
32
33rtems_task task_func() {}
34
35void null_func() {}
36
37rtems_status_code Empty_directive()
38{
39  return( RTEMS_SUCCESSFUL );
40}
Note: See TracBrowser for help on using the repository browser.