summaryrefslogblamecommitdiffstats
path: root/cpukit/backward/timerdrv.h
blob: 4f721cdc72a4c82006b087a8fa5b2f2c25ef7e45 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12




                   






                                                                   
/**
 * @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