mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 21:05:22 +08:00
13 lines
209 B
C
13 lines
209 B
C
/**
|
|
* @file chain.h
|
|
* @deprecated
|
|
*/
|
|
|
|
#ifndef _CHAIN_H
|
|
#define _CHAIN_H
|
|
#ifndef RTEMS_NO_WARN_DEPRECATED
|
|
#warning <chain.h> is deprecated, use <rtems/chain.h> instead
|
|
#endif
|
|
#include <rtems/chain.h>
|
|
#endif
|