mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 20:37:38 +08:00
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
|