Files
rtems/cpukit/backward/iosupp.h
2004-11-07 13:44:13 +00:00

13 lines
217 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