source: rtems/testsuites/tmtests/tmoverhd/empty.c @ 98e4ebf5

4.104.114.84.95
Last change on this file since 98e4ebf5 was 98e4ebf5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/08/97 at 15:45:54

Fixed typo in the pointer to the license terms.

  • Property mode set to 100644
File size: 644 bytes
Line 
1/*
2 *
3 *  COPYRIGHT (c) 1989-1997.
4 *  On-Line Applications Research Corporation (OAR).
5 *  Copyright assigned to U.S. Government, 1994.
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.OARcorp.com/rtems/license.html.
10 *
11 *  $Id$
12 */
13
14#include "system.h"
15
16rtems_timer_service_routine Timer_handler(
17  rtems_id argument
18)
19{
20}
21
22rtems_asr Isr_handler(
23  rtems_signal_set signals
24)
25{
26}
27
28rtems_asr Asr_handler(
29  rtems_signal_set signals
30)
31{
32}
33
34rtems_task task_func() {}
35
36void null_func() {}
37
38rtems_status_code Empty_directive()
39{
40  return( RTEMS_SUCCESSFUL );
41}
Note: See TracBrowser for help on using the repository browser.