Files
rtems/cpukit/backward/asm.h
2004-11-07 13:44:13 +00:00

13 lines
199 B
C

/**
* @file asm.h
* @deprecated
*/
#ifndef __asm_h
#define __asm_h
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <asm.h> is deprecated, use <rtems/asm.h> instead
#endif
#include <rtems/asm.h>
#endif