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

13 lines
227 B
C

/**
* @file clockdrv.h
* @deprecated
*/
#ifndef _CLOCKDRV_H
#define _CLOCKDRV_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <clockdrv.h> is deprecated, use <rtems/clockdrv.h> instead
#endif
#include <rtems/clockdrv.h>
#endif