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