forked from Imagelibrary/rtems
13 lines
197 B
C
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
|