Files
rtems/cpukit/backward/rtc.h
2005-02-21 06:17:47 +00:00

13 lines
197 B
C

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