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