source: rtems/testsuites/tmtests/tmoverhd/empty.c @ 2db98e91

4.104.115
Last change on this file since 2db98e91 was 2db98e91, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/09 at 07:40:22

Add missing prototypes.

  • Property mode set to 100644
File size: 604 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.rtems.com/license/LICENSE.
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(void)
34{
35}
36
37void null_func(void)
38{
39}
40
41rtems_status_code Empty_directive(void)
42{
43  return( RTEMS_SUCCESSFUL );
44}
Note: See TracBrowser for help on using the repository browser.