source: rtems/testsuites/tmtests/tmoverhd/empty.c @ dab34ec

4.115
Last change on this file since dab34ec was dab34ec, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/13 at 01:44:20

tmoverhd/empty.c: formatting

  • Property mode set to 100644
File size: 638 bytes
RevLine 
[ac7d5ef0]1/*
[dab34ec]2 *  COPYRIGHT (c) 1989-2013.
[ac7d5ef0]3 *  On-Line Applications Research Corporation (OAR).
4 *
[98e4ebf5]5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
[95a81ab]7 *  http://www.rtems.com/license/LICENSE.
[ac7d5ef0]8 */
9
[a4bc4d6e]10#ifdef HAVE_CONFIG_H
11#include "config.h"
12#endif
13
[ac7d5ef0]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
[1055ce20]34rtems_task task_func(void)
35{
36}
[ac7d5ef0]37
[1055ce20]38void null_func(void)
39{
40}
[ac7d5ef0]41
[1055ce20]42rtems_status_code Empty_directive(void)
[ac7d5ef0]43{
44  return( RTEMS_SUCCESSFUL );
45}
Note: See TracBrowser for help on using the repository browser.