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

13 lines
197 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