summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/asm.h
blob: 8c34f7f51448144c53394742e6ade41101cca2fd (plain) (blame)
1
2
3
4
5
6
7
#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