Files
rtems/cpukit/backward/iosupp.h
T
2005-02-21 06:17:47 +00:00

13 lines
215 B
C

/**
* @file iosupp.h
* @deprecated
*/
#ifndef _IOSUPP_H
#define _IOSUPP_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <iosupp.h> is deprecated, use <rtems/iosupp.h> instead
#endif
#include <rtems/iosupp.h>
#endif