source: rtems/c/src/libchip/rtc/rtcprobe.c @ 8d6e7120

4.104.114.84.95
Last change on this file since 8d6e7120 was a1f514f, checked in by Joel Sherrill <joel.sherrill@…>, on 07/28/98 at 23:03:40

First cut implementation of real-time clock support in libchip. This
version compiles cleanly but there is not a BSP with a configuration
table to utilize it.

  • Property mode set to 100644
File size: 485 bytes
Line 
1/*
2 *  This file contains the default Real-Time Clock probe routine.
3 *
4 *  COPYRIGHT (c) 1989-1998.
5 *  On-Line Applications Research Corporation (OAR).
6 *  Copyright assigned to U.S. Government, 1994.
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.OARcorp.com/rtems/license.html.
11 *
12 *  $Id$
13 */
14
15#include <rtems.h>
16#include <libchip/rtc.h>
17
18
19boolean rtc_probe(
20  int minor
21)
22{
23  return TRUE;
24}
Note: See TracBrowser for help on using the repository browser.