summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/iosupp.h
blob: 4356a88bffeb6fb6c3b36323b1784a39149a8467 (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