source: rtems/cpukit/backward/console.h @ b503e30f

4.104.114.84.95
Last change on this file since b503e30f was 736f024, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/04 at 13:44:13

Add doxygen preamble

  • Property mode set to 100644
File size: 223 bytes
RevLine 
[736f024]1/**
2 * @file console.h
3 * @deprecated
4 */
5
[04d13bc]6#ifndef __console_h
7#define __console_h
8#ifndef RTEMS_NO_WARN_DEPRECATED
9#warning <console.h> is deprecated, use <rtems/console.h> instead
10#endif
11#include <rtems/console.h>
12#endif
Note: See TracBrowser for help on using the repository browser.