source: rtems/c/src/optman/rtems/no-timer.c @ e1b524c6

4.104.115
Last change on this file since e1b524c6 was e1b524c6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/08 at 03:43:02

Fix prototypes.

  • Property mode set to 100644
File size: 636 bytes
Line 
1/*
2 *  Timer Manager
3 *
4 *
5 *  COPYRIGHT (c) 1989-2008.
6 *  On-Line Applications Research Corporation (OAR).
7 *
8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
10 *  http://www.rtems.com/license/LICENSE.
11 *
12 *  $Id$
13 */
14
15#include <rtems/system.h>
16#include <rtems/rtems/status.h>
17#include <rtems/score/object.h>
18#include <rtems/score/thread.h>
19#include <rtems/score/tod.h>
20#include <rtems/score/watchdog.h>
21#include <rtems/score/interr.h>
22
23#include <rtems/rtems/types.h>
24#include <rtems/rtems/timer.h>
25
26void _Timer_Manager_initialization(uint32_t   maximum_timers)
27{
28}
29
Note: See TracBrowser for help on using the repository browser.