summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/console.h
blob: f43aeb0f4982f4e8116407a626e5e078825597a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @file console.h
 * @deprecated
 */

#ifndef _CONSOLE_H
#define _CONSOLE_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <console.h> is deprecated, use <rtems/console.h> instead
#endif
#include <rtems/console.h>
#endif