Files
rtems/cpukit/backward/itron.h
2005-02-21 06:17:47 +00:00

13 lines
209 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