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