summaryrefslogtreecommitdiffstats
path: root/cpukit/backward/asm.h
blob: 9d09c539426342fc50527d029716ce607bc320d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @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