summaryrefslogblamecommitdiffstats
path: root/cpukit/backward/chain.h
blob: 866a16d4aa94a588f241a4b5650ece05b4459405 (plain) (tree)
1
2
3
4
5
6
7




                

                




                                                             
/**
 * @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