mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 07:50:18 +00:00
13 lines
229 B
C
13 lines
229 B
C
/**
|
|
* @file timerdrv.h
|
|
* @deprecated
|
|
*/
|
|
|
|
#ifndef __timerdrv_h
|
|
#define __timerdrv_h
|
|
#ifndef RTEMS_NO_WARN_DEPRECATED
|
|
#warning <timerdrv.h> is deprecated, use <rtems/timerdrv.h> instead
|
|
#endif
|
|
#include <rtems/timerdrv.h>
|
|
#endif
|