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

13 lines
211 B
C

/**
* @file itron.h
* @deprecated
*/
#ifndef __itron_h
#define __itron_h
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <itron.h> is deprecated, use <rtems/itron.h> instead
#endif
#include <rtems/itron.h>
#endif