mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 14:38:27 +08:00
13 lines
197 B
C
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
|