summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/itron.h
blob: 119f3f53901e16424a19000499b49430e0295fc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @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