summaryrefslogblamecommitdiffstats
path: root/cpukit/backward/asm.h
blob: 722e70f7d5a9cfe7c4360ef0835a6d405110cd4a (plain) (tree)
1
2
3
4
5
6
7




              

              




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