summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/rtc.h
blob: 4cbda5f348d42a76c94cf3283334fc0dd077a4f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @file rtc.h
 * @deprecated
 */

#ifndef __rtc_h
#define __rtc_h
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <rtc.h> is deprecated, use <rtems/rtc.h> instead
#endif
#include <rtems/rtc.h>
#endif