forked from Imagelibrary/rtems
13 lines
221 B
C
13 lines
221 B
C
/**
|
|
* @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
|