mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 02:58:09 +08:00
13 lines
215 B
C
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
|