Files
rtems/cpukit/backward/chain.h
2005-02-21 06:17:47 +00:00

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