source: rtems/bsps/shared/dev/rtc/rtcprobe.c @ 27de4e1f

5
Last change on this file since 27de4e1f was 27de4e1f, checked in by Sebastian Huber <sebastian.huber@…>, on 04/03/18 at 05:20:11

bsps: Move libchip to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 416 bytes
Line 
1/*
2 *  This file contains the default Real-Time Clock probe routine.
3 *
4 *  COPYRIGHT (c) 1989-1999.
5 *  On-Line Applications Research Corporation (OAR).
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.rtems.org/license/LICENSE.
10 */
11
12#include <rtems.h>
13#include <libchip/rtc.h>
14
15
16bool rtc_probe(
17  int minor
18)
19{
20  return true;
21}
Note: See TracBrowser for help on using the repository browser.