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

13 lines
227 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