source: rtems/c/src/lib/libbsp/shared/clockdrv_shell.c @ df7f158e

4.104.115
Last change on this file since df7f158e was df7f158e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/08 at 07:04:23

2008-09-30 Ralf Corsepius <ralf.corsepius@…>

  • clockdrv_shell.c: Empty file. Add warning to not use this file.
  • clock_driver_simidle.c: include clockdrv_shell.h.
  • Property mode set to 100644
File size: 418 bytes
Line 
1/*
2 *  Clock Tick Device Driver Shell
3 *
4 *  COPYRIGHT (c) 1989-2006.
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.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#warning "Including obsolete file clockdrv_shell.c; include clockdrv_shell.h, instead"
15
16#include "clockdrv_shell.h"
Note: See TracBrowser for help on using the repository browser.