summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/clockdrv.h
blob: 1f25e30a3088483302519114681293aa6ec501de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @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