summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/iosupp.h
blob: 9005590ab1b9654cf397a18dcd708fed0b7d9e62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @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