forked from Imagelibrary/rtems
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
|