summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/rtc/rtcprobe.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:37:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:37:14 +0000
commita94521ccc758d0ded4336016b5f7bb1b92bce858 (patch)
tree8eb0040a7a14a47130b20b428305a2c2357cb0ae /c/src/lib/libchip/rtc/rtcprobe.c
parentRemoving automatically generated files. (diff)
downloadrtems-a94521ccc758d0ded4336016b5f7bb1b92bce858.tar.bz2
cat /tmp/j | while read f
do rpm -qi $f 2>&1 | grep -v "is not ins" done
Diffstat (limited to '')
-rw-r--r--c/src/lib/libchip/rtc/rtcprobe.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/c/src/lib/libchip/rtc/rtcprobe.c b/c/src/lib/libchip/rtc/rtcprobe.c
deleted file mode 100644
index 6aaad89486..0000000000
--- a/c/src/lib/libchip/rtc/rtcprobe.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * This file contains the default Real-Time Clock probe routine.
- *
- * COPYRIGHT (c) 1989-1998.
- * On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.OARcorp.com/rtems/license.html.
- *
- * $Id$
- */
-
-#include <rtems.h>
-#include <libchip/rtc.h>
-
-
-boolean rtc_probe(
- int minor
-)
-{
- return TRUE;
-}