forked from Imagelibrary/rtems
13 lines
227 B
C
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
|