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