forked from Imagelibrary/rtems
13 lines
199 B
C
13 lines
199 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
|