summaryrefslogblamecommitdiffstats
path: root/cpukit/backward/rtc.h
blob: 6cdaf7c05b3ede76caf082b0954a6e8fc1c6e769 (plain) (tree)
1
2
3
4
5
6
7




              

              




                                                         
/**
 * @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