mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 16:00:17 +00:00
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
|