mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 23:04:33 +08:00
13 lines
235 B
C
13 lines
235 B
C
/**
|
|
* @file rtemsdialer.h
|
|
* @deprecated
|
|
*/
|
|
|
|
#ifndef _RTEMSDIALER_H
|
|
#define _RTEMSDIALER_H
|
|
#ifndef RTEMS_NO_WARN_DEPRECATED
|
|
#warning <rtemsdialer.h> is deprecated, use <rtems/dialer.h> instead
|
|
#endif
|
|
#include <rtems/dialer.h>
|
|
#endif
|